Skip to content

n3wt0n/BugGuardian.AspNetCore

Repository files navigation

BugGuardian.AspNetCore

CI Status Release License

Easily track you ASP.NET Core exceptions on Azure DevOps and TFS

BugGuardian.AspNetCore is an extension for BugGuardian (a library that allows to easily create a Bug or a Task work item on your Azure DevOps account or on your on-premises Azure DevOps Server and Team Foundation Server 2015, 2017 and 2018 in the case your application throws an Unhandled Exception) specifically written to support ASP.NET Core applications.

It adds a Middleware to your application to let you automatically intercept all the exceptions.

It supports projects with ASP.NET Core using both .Net Full Framework and Net Core.

Installation

The BugGuardian.AspNetCore library is available on NuGet. Just search for BugGuardian.AspNetCore in the Package Manager GUI or run the following command in the Package Manager Console:

Install-Package DBTek.BugGuardian.AspNetCore

Usage and Configuration

Refer to the project documentation to find more information about this library.

Refer to the BugGuardian project documentation to find examples about that.

WARNING: From Dec 9, 2019 Azure DevOps does not support "Alternate Credentials" anymore. Please be sure to use a "Personal Access Token" instead (more info: https://devblogs.microsoft.com/devops/azure-devops-will-no-longer-support-alternate-credentials-authentication/)

Support

If you encounter some issues trying this library, please let me know through the Issues page and I'll fix the problem as soon as possible!