Category "ef-core-3.1"

A second operation started on this context, Domain Event EF Core 3.1

I'm using Domain Event to update some tables. I have created a class that inherits INotificationHandlers like this: public class DamageTypeEvents:INotificatio

An operation was scaffolded that may result in the loss of data. Please review the migration for accuracy. happens after Update-database has no change

I performed an Update-database command and received the message that there were no changes and the database was up to date. Then after subsequently issuing the

Why is not working EF Core retry on failure

I've configured my db context to retry on failure this way: optionsBuilder.UseSqlServer(connectionString, sqlServerOptionsAction: sqlOptions => {