Diagnostic middleware for ASP.NET Core to display information useful when debugging an ASP.NET Core 2.x, 3.x or 5.x running environment.
Info
Version: | 0.10.5 |
Author(s): | Simon Brookes (@smabuk) |
Last Update: | Tuesday, March 23, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/smabuk/Smab.DebugInfo |
NuGet Url: | https://www.nuget.org/packages/Smab.DebugInfo |
Install
Install-Package Smab.DebugInfo
dotnet add package Smab.DebugInfo
paket add Smab.DebugInfo
Smab.DebugInfo Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 5.0.0)
- Microsoft.Extensions.Hosting(>= 5.0.0)
- System.Text.Json(>= 5.0.0)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 2.2.0)
- System.Text.Json(>= 4.6.0)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions(>= 3.0.0)
- Microsoft.Extensions.Hosting(>= 3.0.0)
- System.Text.Json(>= 4.6.0)
Tags