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: | 0.4.5 |
Author(s): | Hassan Habib, Alice Luo and Shimmy Weitzhandler |
Last Update: | Friday, May 21, 2021 |
.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