EFxceptions is a .NET Standard library that captures the exceptions thrown by the EntityFramework from a SQL server and converts them into meaningful exceptions.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
| Version: | 1.0.3 |
| Author(s): | Hassan Habib, Alice Luo and Shimmy Weitzhandler |
| Last Update: | Tuesday, January 21, 2025 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://www.efxceptions.com/ |
| NuGet Url: | https://www.nuget.org/packages/EFxceptions |
Install
Install-Package EFxceptions
dotnet add package EFxceptions
paket add EFxceptions
EFxceptions Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Data.SqlClient(>= 2.0.0)
- Microsoft.EntityFrameworkCore(>= 3.1.5)
Tags