AspNet.Plus.Infrastructure.ExceptionInterceptHandler
1.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AspNet.Plus.Infrastructure.ExceptionInterceptHandler --version 1.0.2
NuGet\Install-Package AspNet.Plus.Infrastructure.ExceptionInterceptHandler -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AspNet.Plus.Infrastructure.ExceptionInterceptHandler" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNet.Plus.Infrastructure.ExceptionInterceptHandler --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AspNet.Plus.Infrastructure.ExceptionInterceptHandler, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AspNet.Plus.Infrastructure.ExceptionInterceptHandler as a Cake Addin #addin nuget:?package=AspNet.Plus.Infrastructure.ExceptionInterceptHandler&version=1.0.2 // Install AspNet.Plus.Infrastructure.ExceptionInterceptHandler as a Cake Tool #tool nuget:?package=AspNet.Plus.Infrastructure.ExceptionInterceptHandler&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A Global Exception Handler Middleware, allowing developers to create one or more exception handlers (intercepts).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 is compatible. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 1.0
- Microsoft.AspNetCore.Diagnostics (>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.0)
- Microsoft.Net.Http.Headers (>= 1.0.0)
- Microsoft.NETCore.App (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.4 | 6,720 | 7/3/2019 |
2.2.3 | 634 | 7/2/2019 |
2.2.2 | 1,074 | 4/14/2019 |
2.2.1 | 783 | 2/8/2019 |
2.2.0 | 834 | 12/5/2018 |
2.0.2 | 1,231 | 7/28/2018 |
2.0.1 | 1,094 | 6/1/2018 |
2.0.0 | 1,091 | 8/16/2017 |
1.1.2.1 | 1,413 | 6/15/2017 |
1.1.2 | 992 | 6/14/2017 |
1.1.0 | 1,171 | 12/23/2016 |
1.1.0-rc1 | 883 | 12/22/2016 |
1.0.7 | 1,046 | 12/4/2016 |
1.0.7-rc1 | 802 | 6/12/2017 |
1.0.6 | 1,012 | 12/4/2016 |
1.0.5 | 1,024 | 12/4/2016 |
1.0.4 | 992 | 12/4/2016 |
1.0.3 | 991 | 12/4/2016 |
1.0.2 | 1,040 | 12/4/2016 |
1.0.1 | 983 | 8/13/2016 |
1.0.0 | 1,135 | 5/1/2016 |
1.0.0-rc2 | 871 | 5/22/2016 |
1.0.0-rc1-101 | 1,139 | 4/26/2016 |
1.0.0-rc1-100 | 1,141 | 4/25/2016 |
1.0.0-rc1 | 1,094 | 4/24/2016 |
AspNet.Plus.Infrastructure.ExceptionInterceptHandler - ASP.NET Core Global Exception Handler.