System.Diagnostics.DiagnosticSource
4.4.0
See the version list below for details.
Requires NuGet 2.8.6 or higher.
Install-Package System.Diagnostics.DiagnosticSource -Version 4.4.0
dotnet add package System.Diagnostics.DiagnosticSource --version 4.4.0
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.4.0" />
paket add System.Diagnostics.DiagnosticSource --version 4.4.0
#r "nuget: System.Diagnostics.DiagnosticSource, 4.4.0"
// Install System.Diagnostics.DiagnosticSource as a Cake Addin
#addin nuget:?package=System.Diagnostics.DiagnosticSource&version=4.4.0
// Install System.Diagnostics.DiagnosticSource as a Cake Tool
#tool nuget:?package=System.Diagnostics.DiagnosticSource&version=4.4.0
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
d6210f5a6924725f855bbeda567d6a9fcf9caf1c
| Product | Versions |
|---|---|
| .NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
| .NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
| .NET Standard | netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
| .NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen30 tizen40 tizen60 |
| Universal Windows Platform | uap uap10.0 |
| Windows Phone | wpa81 |
| Windows Store | netcore netcore45 netcore451 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.1
- System.Collections (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
.NETStandard 1.3
- System.Collections (>= 4.3.0)
- System.Diagnostics.Debug (>= 4.3.0)
- System.Diagnostics.Tracing (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading (>= 4.3.0)
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Xamarin.Mac 2.0
- No dependencies.
NuGet packages (15)
Showing the top 5 NuGet packages that depend on System.Diagnostics.DiagnosticSource:
| Package | Downloads |
|---|---|
|
Microsoft.AspNet.TelemetryCorrelation
A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource. |
|
|
Microsoft.ApplicationInsights
Application Insights Core API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156 |
|
|
Microsoft.ApplicationInsights.DependencyCollector
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specifc packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156 |
|
|
Microsoft.ApplicationInsights.Web
Application Insights for .NET web applications. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156 |
|
|
Microsoft.AspNetCore.Hosting
ASP.NET Core hosting infrastructure and startup logic for web applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213 |