Info
| Version: | 2.1.0 | 
| Author(s): | Davide Benvegnu | 
| Last Update: | Friday, March 10, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/n3wt0n/BugGuardian.WebForms | 
| NuGet Url: | https://www.nuget.org/packages/DBTek.BugGuardian.WebForms | 
Install
Install-Package DBTek.BugGuardian.WebForms
                        dotnet add package DBTek.BugGuardian.WebForms
                        paket add DBTek.BugGuardian.WebForms
                        
                                DBTek.BugGuardian.WebForms Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- DBTek.BugGuardian(>= 2.1.0)
Tags
 
                
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.