EFxceptions 0.4.5
EFxceptions is a .NET Standard library that captures the exceptions thrown by the EntityFramework from a SQL server and converts them into meaningful exceptions.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>EFxceptions</id>
<version>0.4.5</version>
<authors>Hassan Habib</authors>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<license type="file">License.txt</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>EFxceptions.png</icon>
<projectUrl>https://www.efxceptions.com/</projectUrl>
<description>EFxceptions is a .NET Standard library that captures the exceptions thrown by the EntityFramework from a SQL server and converts them into meaningful exceptions.</description>
<releaseNotes>Handle DuplicateKeyWithUniqueIndexException for SQL code 2601</releaseNotes>
<copyright>Copyright (c) Hassan Habib, Alice Luo and Shimmy Weitzhandler All rights reserved.</copyright>
<tags>Exceptions EntityFramework</tags>
<repository type="github" url="https://github.com/hassanhabib/EFxceptions" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.Data.SqlClient" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.EntityFrameworkCore" version="3.1.5" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>