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-12 01:32:36 +0300
committerGitHub <noreply@github.com>2022-11-12 01:32:36 +0300
commit28cf1719704d33a677990cf487af5719b6389f2a (patch)
tree62e5b8ae0a4a5e54752e38efd99803fd35d35e18
parent493574ee470daf8a353203ce7e933f931f986159 (diff)
System.Diagnostics.EventLog: Add README (#78243)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
-rw-r--r--src/libraries/System.Diagnostics.EventLog/README.md17
-rw-r--r--src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj2
2 files changed, 18 insertions, 1 deletions
diff --git a/src/libraries/System.Diagnostics.EventLog/README.md b/src/libraries/System.Diagnostics.EventLog/README.md
new file mode 100644
index 00000000000..62102276411
--- /dev/null
+++ b/src/libraries/System.Diagnostics.EventLog/README.md
@@ -0,0 +1,17 @@
+# System.Diagnostics.EventLog
+
+This assembly exposes the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
+
+Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.eventlog.
+
+## 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.EventLog+label%3A%22help+wanted%22) issues.
+
+## Deployment
+
+`System.Diagnostics.EventLog` is provided as a [NuGet package](https://www.nuget.org/packages/System.Diagnostics.EventLog). \ No newline at end of file
diff --git a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
index dfae87cc90a..c281352aba0 100644
--- a/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
+++ b/src/libraries/System.Diagnostics.EventLog/src/System.Diagnostics.EventLog.csproj
@@ -9,7 +9,7 @@
<NoWarn>$(NoWarn);CA1845;CA1846</NoWarn>
<Nullable>annotations</Nullable>
<IsPackable>true</IsPackable>
- <PackageDescription>Provides the System.Diagnostics.EventLog class, which allows the applications to use the windows event log service.
+ <PackageDescription>Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog</PackageDescription>