Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>2022-11-11 23:10:22 +0300
committerGitHub <noreply@github.com>2022-11-11 23:10:22 +0300
commit81f3f4c782b357e149c02c09924a0c1afe6203e9 (patch)
treeda7a2d379d30729ee4d104c9fbee3c854c7a3dc4
parent2095119a0ac4ff52580ba6c2cfc1aaa3c2d8cfcc (diff)
System.Diagnostics.TraceSource: Add README (#78245)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
-rw-r--r--src/libraries/System.Diagnostics.TraceSource/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/libraries/System.Diagnostics.TraceSource/README.md b/src/libraries/System.Diagnostics.TraceSource/README.md
new file mode 100644
index 00000000000..40fadbf0390
--- /dev/null
+++ b/src/libraries/System.Diagnostics.TraceSource/README.md
@@ -0,0 +1,17 @@
+# System.Diagnostics.TraceSource
+
+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.
+
+## Contribution Bar
+
+- [x] [We only consider fixes to maintain or improve quality](../README.md#primary-bar)
+- [x] [We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
+- [x] [We consider PRs with refactoring changes due to new language features](../README.md#secondary-bars)
+
+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.
+
+## Deployment
+
+`System.Diagnostics.TraceSource` is provided as part of the `Microsoft.WindowsDesktop.App` shared framework. \ No newline at end of file