n3wt0n / BugGuardian.MVC

The official ASP.NET MVC extension for BugGuardian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BugGuardian.MVC

CI Release License

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

BugGuardian.MVC 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 MVC applications on Full .Net Framework. It adds an Action Filter to your application to let you automatically intercept all the exceptions.

It supports projects with .Net Framework 4.5 and above.

Installation

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

Install-Package DBTek.BugGuardian.MVC

WARNING: If you are experiencing an error like "BugGuardian.MVC already has a dependency defined for XXX", update your NuGet client to the latest version

Usage

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!

About

The official ASP.NET MVC extension for BugGuardian

License:MIT License


Languages

Language:C# 58.5%Language:HTML 30.4%Language:JavaScript 10.1%Language:CSS 0.5%Language:PowerShell 0.4%Language:ASP.NET 0.1%Language:Batchfile 0.1%