Skip to content

Commit c2831fa

Browse files
authored
Repo cleanup - May (#29498)
1 parent b4fa2ae commit c2831fa

File tree

12 files changed

+10
-6
lines changed

12 files changed

+10
-6
lines changed
Binary file not shown.
Binary file not shown.
-13.3 KB
Binary file not shown.
-24.7 KB
Binary file not shown.
-17.5 KB
Binary file not shown.
-87.1 KB
Binary file not shown.
-143 KB
Binary file not shown.

docs/core/diagnostics/debug-highcpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ This command generates a `flamegraph.svg` that you can view in the browser to in
168168

169169
### [Windows](#tab/windows)
170170

171-
On Windows, you can use the [dotnet-trace](dotnet-trace.md) tool as a profiler. Using the previous [sample debug target](/samples/dotnet/samples/diagnostic-scenarios), exercise the high CPU endpoint (`https://localhost:5001/api/diagscenario/highcpu/60000`) again. While it's running within the 1-minute request, use the `collect` command, with the `providers` option to specify the provider we want: [Microsoft-DotNetCore-SampleProfiler](/dotnet/core/diagnostics/well-known-event-providers#microsoft-dotnetcore-sampleprofiler-provider), to collect a trace of the app as follows:
171+
On Windows, you can use the [dotnet-trace](dotnet-trace.md) tool as a profiler. Using the previous [sample debug target](/samples/dotnet/samples/diagnostic-scenarios), exercise the high CPU endpoint (`https://localhost:5001/api/diagscenario/highcpu/60000`) again. While it's running within the 1-minute request, use the `collect` command, with the `providers` option to specify the provider we want: [Microsoft-DotNetCore-SampleProfiler](well-known-event-providers.md#microsoft-dotnetcore-sampleprofiler-provider), to collect a trace of the app as follows:
172172

173173
```dotnetcli
174174
dotnet-trace collect -p 22884 --providers Microsoft-DotNETCore-SampleProfiler

docs/csharp/language-reference/compiler-messages/toc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,6 @@ items:
18791879
href: cs1610.md
18801880
- name: CS1712
18811881
href: ../../misc/cs1712.md
1882-
- name: Level 5 warning messages
1883-
items:
1884-
- name: CS8892
1885-
href: cs8892.md
1882+
- name: Warning waves
1883+
href: warning-waves.md
1884+
displayName: CS7023,CS8073,CS8848,CS8880,CS8881,CS8882,CS8883,CS8884,CS8885,CS8886,CS8887,CS8892,CS8897,CS8898,CS8826,CS8981

docs/framework/unmanaged-api/debugging/libraryproviderindextype-enumeration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ topic_type:
2020
---
2121
# LIBRARY_PROVIDER_INDEX_TYPE Enumeration
2222

23-
The type of index information passed to the library provider is either the identity of the requested module or the runtime (coreclr) module's.
23+
The type of index information passed to the library provider is either the identity of the requested module or of the runtime (coreclr) module.
2424

2525
## Syntax
2626

0 commit comments

Comments
 (0)