Как исправить ошибки SqliteException: SQLite Error 19: 'UNIQUE constraint failed: AspNetUsers.NormalizedUserName' и DbUpdateException?
Сущности: public class Review { [Key, Required] public int ReviewId { get; set; } [Required] public int RecipeId { get; set; } [Required] public...
›