Info
| Version: | 1.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.AspNetCore | 
| NuGet Url: | https://www.nuget.org/packages/DBTek.BugGuardian.AspNetCore | 
Install
Install-Package DBTek.BugGuardian.AspNetCore
                        dotnet add package DBTek.BugGuardian.AspNetCore
                        paket add DBTek.BugGuardian.AspNetCore
                        
                                DBTek.BugGuardian.AspNetCore Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .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)
- DBTek.BugGuardian(>= 2.1.0)
- Microsoft.AspNetCore.Http(>= 1.0.0)
- Microsoft.Extensions.Configuration(>= 1.0.0)
Tags
 
                
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.