Diagnostics.NET is a simple library that allows your ASP.NET Core applications to subscribe to DiagnosticSource events and process them.
Info
Version: | 0.1.0 |
Author(s): | Igor Chakrygin |
Last Update: | Sunday, May 3, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Chakrygin/DiagnosticsNet |
NuGet Url: | https://www.nuget.org/packages/DiagnosticsNet.Abstractions |
Install
Install-Package DiagnosticsNet.Abstractions
dotnet add package DiagnosticsNet.Abstractions
paket add DiagnosticsNet.Abstractions
DiagnosticsNet.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Diagnostics.DiagnosticSource(>= 4.7.0)
- System.Reflection.Emit.Lightweight(>= 4.7.0)