DBTek.BugGuardian
1.1.0
See the version list below for details.
dotnet add package DBTek.BugGuardian --version 1.1.0
NuGet\Install-Package DBTek.BugGuardian -Version 1.1.0
<PackageReference Include="DBTek.BugGuardian" Version="1.1.0" />
paket add DBTek.BugGuardian --version 1.1.0
#r "nuget: DBTek.BugGuardian, 1.1.0"
// Install DBTek.BugGuardian as a Cake Addin #addin nuget:?package=DBTek.BugGuardian&version=1.1.0 // Install DBTek.BugGuardian as a Cake Tool #tool nuget:?package=DBTek.BugGuardian&version=1.1.0
BugGuardian is a library, written in C# like Shared Project, that allows to easily create a Bug work item on your Visual Studio Online 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.
It supports applications written with the .Net Framework v4.0 and above.
It can be used on every kind of project, including:
- Asp.net
- Asp.net MVC
- WPF
- Windows 8 / 8.1 Apps
- Windows Phone 8 / 8.1 Apps
- Universal App
- Universal Windows Platform Apps (Windows 10)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NETPlatform | dotnet is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Windows Store | win8 is compatible. |
-
.NETFramework 0.0
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Async (>= 1.0.168)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
-
.NETPlatform 5.0
- Newtonsoft.Json (>= 7.0.1)
- System.Collections (>= 4.0.10)
- System.Net.Http (>= 4.0.0)
- System.Net.Primitives (>= 4.0.10)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Text.Encoding (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
-
UAP 0.0
- Newtonsoft.Json (>= 7.0.1)
- System.Collections (>= 4.0.10)
- System.Net.Http (>= 4.0.0)
- System.Net.Primitives (>= 4.0.10)
- System.Runtime (>= 4.0.20)
- System.Runtime.Extensions (>= 4.0.10)
- System.Text.Encoding (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
-
Windows 0.0
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
-
WindowsPhone 0.0
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
-
WindowsPhoneApp 0.0
- Microsoft.Bcl (>= 1.1.10)
- Microsoft.Bcl.Build (>= 1.0.21)
- Microsoft.Net.Http (>= 2.2.29)
- Newtonsoft.Json (>= 7.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DBTek.BugGuardian:
Package | Downloads |
---|---|
DBTek.BugGuardian.WebForms
BugGuardian.WebForms is the official Asp.net WebForms extension for BugGuardian. BugGuardian is a library, written in C# and 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. This package works with .Net Framework 4.5 and above. |
|
DBTek.BugGuardian.MVC
BugGuardian.MVC is the official Asp.net MVC extension for BugGuardian. 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. This package works with .Net Framework 4.5 and above. |
|
DBTek.BugGuardian.AspNetCore
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.