Code2Gether-Discord/CRUDRecipeEF

Make items names stored ToLower() in our database

オープン

#98 opened on 2021/04/06

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)C# (0 件のフォーク)auto 404
good first issuerefactor

Repository metrics

Stars
 (0 個のスター)
PR merge metrics
 (PR metrics pending)

説明

The reason for this is because it will become easier to compare incoming names with the one inside the db if we just store them all ToLower() while the user can input whatever they want but we compare their input ToLower()

When setting an entities name, add the ToLower() on top of the Trim()

コントリビューターガイド