EFxceptions 0.4.2
EFxceptions is a .NET Standard library that captures the exceptions thrown by the EntityFramework from a SQL server and converts them into meaningful exceptions.
See the version list below for details.
Install-Package EFxceptions -Version 0.4.2
dotnet add package EFxceptions --version 0.4.2
<PackageReference Include="EFxceptions" Version="0.4.2" />
paket add EFxceptions --version 0.4.2
#r "nuget: EFxceptions, 0.4.2"
EFxceptions
We have designed and developed this library as a wrapper around the existing EntityFramework DbContext implementation to provide the following values:
- Meaningful Exceptions for SQL error codes.
- Simplified integrations
- Test-friendly implementation.
Read more in details about this library with examples in this documentation
EFxceptions
We have designed and developed this library as a wrapper around the existing EntityFramework DbContext implementation to provide the following values:
- Meaningful Exceptions for SQL error codes.
- Simplified integrations
- Test-friendly implementation.
Read more in details about this library with examples in this documentation
Release Notes
Release version alignment
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 2.2.0)
- Microsoft.Data.SqlClient (>= 2.0.0)
- Microsoft.EntityFrameworkCore (>= 3.1.5)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.