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:
authorViktor Hofer <viktor.hofer@microsoft.com>2022-11-10 20:12:32 +0300
committerGitHub <noreply@github.com>2022-11-10 20:12:32 +0300
commitf101c9c57a54fa232830b385ba87c8409be7fd73 (patch)
tree3f9a3276234499a59b0e0bae2774b318de8a41df
parentaa1ed19fb504c4871531ae452df8ba68f3f0d7e1 (diff)
Add REAMDE.md for ServiceProcess.ServiceController (#78124)
* Add REAMDE.md for ServiceProcess.ServiceController
-rw-r--r--src/libraries/System.ServiceProcess.ServiceController/README.md15
-rw-r--r--src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj2
2 files changed, 16 insertions, 1 deletions
diff --git a/src/libraries/System.ServiceProcess.ServiceController/README.md b/src/libraries/System.ServiceProcess.ServiceController/README.md
new file mode 100644
index 00000000000..1ccd1275244
--- /dev/null
+++ b/src/libraries/System.ServiceProcess.ServiceController/README.md
@@ -0,0 +1,15 @@
+# System.ServiceProcess.ServiceController
+Provides the [`System.ServiceProcess.ServiceController`](https://learn.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicecontroller) class, which allows you to connect to a Windows service, manipulate it, or get information about it.
+
+Note that `System.ServiceProcess.ServiceController` supports Windows only.
+
+Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.serviceprocess.
+
+## Contribution Bar
+- [x] [We consider new features, new APIs and performance changes](../README.md#primary-bar)
+- [x] [We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
+
+See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-System.ServiceProcess+label%3A%22help+wanted%22) issues.
+
+## Deployment
+`System.ServiceProcess.ServiceController` is provided as a [NuGet package](https://www.nuget.org/packages/System.ServiceProcess.ServiceController).
diff --git a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
index 518c800ae01..f665790cf2c 100644
--- a/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
+++ b/src/libraries/System.ServiceProcess.ServiceController/src/System.ServiceProcess.ServiceController.csproj
@@ -4,7 +4,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>$(NoWarn);CA2249</NoWarn>
<IsPackable>true</IsPackable>
- <PackageDescription>Provides the System.ServiceProcess.ServiceContainer class, which allows you to connect to a running or stopped service, manipulate it, or get information about it.
+ <PackageDescription>Provides the System.ServiceProcess.ServiceController class, which allows you to connect to a Windows service, manipulate it, or get information about it.
Commonly Used Types:
System.ServiceProcess.ServiceController