EntityFramework.Exceptions icon indicating copy to clipboard operation
EntityFramework.Exceptions copied to clipboard

Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

Results 2 EntityFramework.Exceptions issues
Sort by recently updated
recently updated
newest added

Is there any work regarding a version of this library for the CosmosDB provider? I ran into a situation today where I needed to handled the `DbUpdateException` and after some...

Hi Im creating a new project and want to use this library. Im trying to use a password protected SQlite DB. For this I should reference `microsoft.entityframeworkcore.sqlite.core` because it dont...