Skip to content

Commit 44b5773

Browse files
authored
Bulk fill readmes (#4636)
1 parent a8ba3ee commit 44b5773

File tree

15 files changed

+360
-15
lines changed
  • src
    • Libraries
      • Microsoft.Extensions.Compliance.Redaction
      • Microsoft.Extensions.Compliance.Testing
      • Microsoft.Extensions.DependencyInjection.AutoActivation
      • Microsoft.Extensions.Diagnostics.HealthChecks.Common
      • Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization
      • Microsoft.Extensions.Diagnostics.Probes
      • Microsoft.Extensions.Diagnostics.ResourceMonitoring
      • Microsoft.Extensions.Diagnostics.Testing
      • Microsoft.Extensions.Http.Diagnostics
      • Microsoft.Extensions.Http.Resilience
      • Microsoft.Extensions.Options.Contextual
      • Microsoft.Extensions.Resilience
      • Microsoft.Extensions.Telemetry.Abstractions
      • Microsoft.Extensions.Telemetry
    • Packages/Microsoft.Extensions.AuditReports

15 files changed

+360
-15
lines changed
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Compliance.Redaction
2+
3+
A redaction engine and canonical redactors.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Compliance.Redaction
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Compliance.Redaction" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Compliance.Testing
2+
3+
Implementation of data classification and redaction designed for testing.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Compliance.Testing
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Compliance.Testing" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.DependencyInjection.AutoActivation
2+
3+
Extensions to auto-activate registered singletons in the dependency injection system.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.DependencyInjection.AutoActivation
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.AutoActivation" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Diagnostics.HealthChecks.Common
2+
3+
Health check implementations.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks.Common
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Common" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization
2+
3+
Resource utilization health check.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Diagnostics.Probes
2+
3+
Provides support for environmental probes.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Diagnostics.Probes
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Diagnostics.Probes" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Diagnostics.ResourceMonitoring
2+
3+
Measures and reports processor and memory usage.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Diagnostics.ResourceMonitoring
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Diagnostics.ResourceMonitoring" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Diagnostics.Testing
2+
3+
Hand-crafted fakes to make telemetry-related testing easier.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Diagnostics.Testing
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Http.Diagnostics
2+
3+
Telemetry support for HTTP Client.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Http.Diagnostics
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Http.Diagnostics" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).
Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
README
1+
# Microsoft.Extensions.Http.Resilience
2+
3+
Resilience mechanisms for HTTP Client.
4+
5+
## Install the package
6+
7+
From the command-line:
8+
9+
```dotnetcli
10+
dotnet add package Microsoft.Extensions.Http.Resilience
11+
```
12+
13+
Or directly in the C# project file:
14+
15+
```xml
16+
<ItemGroup>
17+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="[CURRENTVERSION]" />
18+
</ItemGroup>
19+
```
20+
21+
22+
## Feedback & Contributing
23+
24+
We welcome feedback and contributions in [our GitHub repo](https://github.com/dotnet/extensions).

0 commit comments

Comments
 (0)