Info
Version: | 9.0.0 |
Author(s): | Wei Peng |
Last Update: | Monday, March 18, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pengweiqhca/Xunit.DependencyInjection/src/Xunit.DependencyInjection.Demystifier |
NuGet Url: | https://www.nuget.org/packages/Xunit.DependencyInjection.Demystifier |
Install
Install-Package Xunit.DependencyInjection.Demystifier
dotnet add package Xunit.DependencyInjection.Demystifier
paket add Xunit.DependencyInjection.Demystifier
Xunit.DependencyInjection.Demystifier Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Xunit.DependencyInjection(>= 5.0.0)
- Ben.Demystifier(>= 0.1.4)
- Xunit.DependencyInjection(>= 5.0.0)
- Ben.Demystifier(>= 0.1.4)
Tags
public void ConfigureServices(IServiceCollection services)
{
services.UseDemystifyExceptionFilter();
}.