Helper for the MELT testing library to verify that the correct logs are generated by ASP.NET Core applications, when writing integration tests with Microsoft.AspNetCore.Mvc.Testing.
Info
Version: | 0.9.0 |
Author(s): | Alessio Franceschelli |
Last Update: | Sunday, August 6, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alefranz/MELT |
NuGet Url: | https://www.nuget.org/packages/MELT.AspNetCore |
Install
Install-Package MELT.AspNetCore
dotnet add package MELT.AspNetCore
paket add MELT.AspNetCore
MELT.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- MELT(>= 0.6.0)
- Microsoft.AspNetCore.Hosting(>= 2.1.0)
- Microsoft.AspNetCore.Mvc.Testing(>= 2.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.0)
Tags