DBTek.BugGuardian.AspNetCore
1.1.0
BugGuardian.AspNetCore is the official ASP.NET Core extension for BugGuardian.
This package works with both .Net Framework and .Net Core.
BugGuardian is a library, written in C# targeting NetStandard 1.1, that allows to easily create a Bug or Task work item on your Visual Studio Team Services account or on your on-premises Team Foundation Server in the case your application throws an Unhandled Exception.
It can also be invoked manually in try/catch blocks to keep track of handled exceptions.
Install-Package DBTek.BugGuardian.AspNetCore -Version 1.1.0
dotnet add package DBTek.BugGuardian.AspNetCore --version 1.1.0
<PackageReference Include="DBTek.BugGuardian.AspNetCore" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DBTek.BugGuardian.AspNetCore --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DBTek.BugGuardian.AspNetCore, 1.1.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DBTek.BugGuardian.AspNetCore as a Cake Addin
#addin nuget:?package=DBTek.BugGuardian.AspNetCore&version=1.1.0
// Install DBTek.BugGuardian.AspNetCore as a Cake Tool
#tool nuget:?package=DBTek.BugGuardian.AspNetCore&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6
- DBTek.BugGuardian (>= 2.1.0)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.Extensions.Configuration (>= 1.0.0)
-
.NETStandard 1.6
- DBTek.BugGuardian (>= 2.1.0)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.Extensions.Configuration (>= 1.0.0)
- Microsoft.NETCore.Portable.Compatibility (>= 1.0.1)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.