Community.AspNetCore.ExceptionHandling 2.2.0
Middleware to configure exception handling policies. Configure chain of handlers per exception type. OOTB handlers: log, retry, set responce headers and body
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Community.AspNetCore.ExceptionHandling</id>
<version>2.2.0</version>
<authors>IharYakimush</authors>
<owners>IharYakimush</owners>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<licenseUrl>https://github.com/IharYakimush/asp-net-core-exception-handling/blob/develop/LICENSE</licenseUrl>
<projectUrl>https://github.com/IharYakimush/asp-net-core-exception-handling</projectUrl>
<description>Middleware to configure exception handling policies. Configure chain of handlers per exception type. OOTB handlers: log, retry, set responce headers and body</description>
<releaseNotes>Fixed compatibility with AspNetCore 2.2 and AspNetCore 3.0 for log handler. Breaking changes in log handler configuration.</releaseNotes>
<copyright>IharYakimush</copyright>
<tags>aspnetcore exception handling policy</tags>
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="Microsoft.AspNetCore.Http.Abstractions" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.DependencyInjection.Abstractions" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Logging.Abstractions" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Extensions.Options" version="2.0.0" exclude="Build,Analyzers" />
<dependency id="Microsoft.Net.Http.Headers" version="2.0.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>