DBTek.BugGuardian
2.1.0
Install-Package DBTek.BugGuardian -Version 2.1.0
dotnet add package DBTek.BugGuardian --version 2.1.0
<PackageReference Include="DBTek.BugGuardian" Version="2.1.0" />
paket add DBTek.BugGuardian --version 2.1.0
#r "nuget: DBTek.BugGuardian, 2.1.0"
// Install DBTek.BugGuardian as a Cake Addin
#addin nuget:?package=DBTek.BugGuardian&version=2.1.0
// Install DBTek.BugGuardian as a Cake Tool
#tool nuget:?package=DBTek.BugGuardian&version=2.1.0
BugGuardian is a library, written in C# and targetting the .NET Standard 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.
It supports applications written with the .Net Framework v4.0 and above and with .NetCore.
It can be used on every kind of project, including:
- ASP.NET Core
- ASP.NET MVC
- ASP.NET WebForms
- NetCore
- WPF
- Windows 8 / 8.1 Apps
- Windows Phone 8 / 8.1 Apps
- Universal App
- Universal Windows Platform Apps (Windows 10)
- Xamarin
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 0.0
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 9.0.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 1.1
- Microsoft.NETCore.Portable.Compatibility (>= 1.0.1)
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
UAP 0.0
- Newtonsoft.Json (>= 9.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DBTek.BugGuardian:
Package | Downloads |
---|---|
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.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.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.
This release contains Breaking Changes from versions 1.*. Be sure to have a look at the documentation: https://github.com/n3wt0n/BugGuardian/wiki/Changes-from-v1.*-to-v2.0