EntityFrameworkCore.Exceptions.Common 8.1.0
Handle database errors easily when working with Entity Framework Core. Catch specific exceptions such as UniqueConstraintException, CannotInsertNullException, MaxLengthExceededException, NumericOverflowException or ReferenceConstraintException instead of generic DbUpdateException
This is a base package for database specific packages. Install one of the specific packages instead of this
No packages depend on EntityFrameworkCore.Exceptions.Common.
.NET 6.0
- Microsoft.EntityFrameworkCore.Relational (>= 7.0.14)
.NET 8.0
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)