You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.tracesource.
6
+
7
+
## Contribution Bar
8
+
9
+
-[x][We only consider fixes to maintain or improve quality](../README.md#primary-bar)
10
+
-[x][We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
11
+
-[x][We consider PRs with refactoring changes due to new language features](../README.md#secondary-bars)
12
+
13
+
See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-System.Diagnostics.TraceSource+label%3A%22help+wanted%22) issues.
14
+
15
+
## Deployment
16
+
17
+
`System.Diagnostics.TraceSource` is provided as part of the `Microsoft.WindowsDesktop.App` shared framework.
0 commit comments