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 When using NuGet 3.x this package requires at least version 3.4.
dotnet add package System.Diagnostics.DiagnosticSource --version 4.6.0-preview.18571.3
Install-Package System.Diagnostics.DiagnosticSource -Version 4.6.0-preview.18571.3
| 包名 | 版本要求 |
|---|---|
| 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, ) |
| 包名 | 版本要求 |
|---|---|
| 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, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2018-12-03 23:41:20 |
| 项目主页 | https://dot.net/ |
| 许可证 | https://github.com/dotnet/corefx/blob/master/LICENSE.TXT |