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-preview3.19128.7
Install-Package System.Diagnostics.DiagnosticSource -Version 4.6.0-preview3.19128.7
| 包名 | 版本要求 |
|---|---|
| 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 |
|---|---|
| 发布时间 | 2019-03-06 17:11:22 |
| 项目主页 | https://github.com/dotnet/corefx |
| 许可证 | https://github.com/dotnet/corefx/blob/master/LICENSE.TXT |