Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81f3f4c

Browse files
authored
System.Diagnostics.TraceSource: Add README (dotnet#78245)
Co-authored-by: carlossanlop <[email protected]>
1 parent 2095119 commit 81f3f4c

File tree

1 file changed

+17
-0
lines changed
  • src/libraries/System.Diagnostics.TraceSource

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# System.Diagnostics.TraceSource
2+
3+
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

Comments
 (0)