This assembly exposes the System.Diagnostics.TraceSource class, which provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source.
Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.tracesource.
- We only consider fixes to maintain or improve quality
- We consider PRs that target this library for new source code analyzers
- We consider PRs with refactoring changes due to new language features
See the Help Wanted issues.
System.Diagnostics.TraceSource
is provided as part of the Microsoft.NETCore.App
shared framework.