Skip to content

Repo cleanup - May #29498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/azure/sdk/media/environment-visual-studio.png
Binary file not shown.
Binary file removed docs/azure/sdk/media/python-sdk-auth-strategy.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/core/diagnostics/debug-highcpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ This command generates a `flamegraph.svg` that you can view in the browser to in

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

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:
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:

```dotnetcli
dotnet-trace collect -p 22884 --providers Microsoft-DotNETCore-SampleProfiler
Expand Down
7 changes: 3 additions & 4 deletions docs/csharp/language-reference/compiler-messages/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,6 @@ items:
href: cs1610.md
- name: CS1712
href: ../../misc/cs1712.md
- name: Level 5 warning messages
items:
- name: CS8892
href: cs8892.md
- name: Warning waves
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BillWagner Does this look correct?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's perfect! Let's :shipit:

href: warning-waves.md
displayName: CS7023,CS8073,CS8848,CS8880,CS8881,CS8882,CS8883,CS8884,CS8885,CS8886,CS8887,CS8892,CS8897,CS8898,CS8826,CS8981
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ topic_type:
---
# LIBRARY_PROVIDER_INDEX_TYPE Enumeration

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

## Syntax

Expand Down
5 changes: 5 additions & 0 deletions docs/framework/unmanaged-api/debugging/toc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
items:
- name: Debugging
href: index.md
items:
Expand Down Expand Up @@ -1492,6 +1493,8 @@
href: clrdatacreateinstance-function.md
- name: PFN_CLRDataCreateInstance Function Pointer
href: pfn-clrdatacreateinstance-function-pointer.md
- name: PSTARTUP_CALLBACK Function Pointer
href: pstartup_callback-function-pointer.md
- name: Debugging Enumerations
href: debugging-enumerations.md
items:
Expand Down Expand Up @@ -1569,6 +1572,8 @@
href: corgcreferencetype-enumeration.md
- name: ILCodeKind Enumeration
href: ilcodekind-enumeration.md
- name: LIBRARY_PROVIDER_INDEX_TYPE Enumeration
href: libraryproviderindextype-enumeration.md
- name: LoggingLevelEnum Enumeration
href: logginglevelenum-enumeration.md
- name: LogSwitchCallReason Enumeration
Expand Down
Binary file removed docs/orleans/media/managed-lifecycle.png
Binary file not shown.