diff --git a/docs/azure/sdk/media/default-azure-credential-sequence-diagram-800px.png b/docs/azure/sdk/media/default-azure-credential-sequence-diagram-800px.png deleted file mode 100644 index 91682fad0f55d..0000000000000 Binary files a/docs/azure/sdk/media/default-azure-credential-sequence-diagram-800px.png and /dev/null differ diff --git a/docs/azure/sdk/media/enable-managed-identity-azure-portal-240px.png b/docs/azure/sdk/media/enable-managed-identity-azure-portal-240px.png deleted file mode 100644 index d3c0f187003a4..0000000000000 Binary files a/docs/azure/sdk/media/enable-managed-identity-azure-portal-240px.png and /dev/null differ diff --git a/docs/azure/sdk/media/environment-visual-studio-code.png b/docs/azure/sdk/media/environment-visual-studio-code.png deleted file mode 100644 index ba550b905a3c5..0000000000000 Binary files a/docs/azure/sdk/media/environment-visual-studio-code.png and /dev/null differ diff --git a/docs/azure/sdk/media/environment-visual-studio.png b/docs/azure/sdk/media/environment-visual-studio.png deleted file mode 100644 index 5834e9521e23e..0000000000000 Binary files a/docs/azure/sdk/media/environment-visual-studio.png and /dev/null differ diff --git a/docs/azure/sdk/media/python-sdk-auth-strategy.png b/docs/azure/sdk/media/python-sdk-auth-strategy.png deleted file mode 100644 index 9e5d3ae47e507..0000000000000 Binary files a/docs/azure/sdk/media/python-sdk-auth-strategy.png and /dev/null differ diff --git a/docs/azure/sdk/media/vs-code-azure-tools-install-small.png b/docs/azure/sdk/media/vs-code-azure-tools-install-small.png deleted file mode 100644 index e961f62506cd2..0000000000000 Binary files a/docs/azure/sdk/media/vs-code-azure-tools-install-small.png and /dev/null differ diff --git a/docs/azure/sdk/media/vs-code-azure-tools-install.png b/docs/azure/sdk/media/vs-code-azure-tools-install.png deleted file mode 100644 index f65087472f3cb..0000000000000 Binary files a/docs/azure/sdk/media/vs-code-azure-tools-install.png and /dev/null differ diff --git a/docs/core/diagnostics/debug-highcpu.md b/docs/core/diagnostics/debug-highcpu.md index 0deec004ff87e..a70d05d41ed45 100644 --- a/docs/core/diagnostics/debug-highcpu.md +++ b/docs/core/diagnostics/debug-highcpu.md @@ -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 diff --git a/docs/csharp/language-reference/compiler-messages/toc.yml b/docs/csharp/language-reference/compiler-messages/toc.yml index 5e020b10f08da..7ca0c7f577b82 100644 --- a/docs/csharp/language-reference/compiler-messages/toc.yml +++ b/docs/csharp/language-reference/compiler-messages/toc.yml @@ -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 + href: warning-waves.md + displayName: CS7023,CS8073,CS8848,CS8880,CS8881,CS8882,CS8883,CS8884,CS8885,CS8886,CS8887,CS8892,CS8897,CS8898,CS8826,CS8981 diff --git a/docs/framework/unmanaged-api/debugging/libraryproviderindextype-enumeration.md b/docs/framework/unmanaged-api/debugging/libraryproviderindextype-enumeration.md index f05bed3cc1b54..7d5f045c115d9 100644 --- a/docs/framework/unmanaged-api/debugging/libraryproviderindextype-enumeration.md +++ b/docs/framework/unmanaged-api/debugging/libraryproviderindextype-enumeration.md @@ -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 diff --git a/docs/framework/unmanaged-api/debugging/toc.yml b/docs/framework/unmanaged-api/debugging/toc.yml index 3c5fbb41e7c0f..3166a5830fd0f 100644 --- a/docs/framework/unmanaged-api/debugging/toc.yml +++ b/docs/framework/unmanaged-api/debugging/toc.yml @@ -1,3 +1,4 @@ +items: - name: Debugging href: index.md items: @@ -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: @@ -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 diff --git a/docs/orleans/media/managed-lifecycle.png b/docs/orleans/media/managed-lifecycle.png deleted file mode 100644 index 8268f61e049d5..0000000000000 Binary files a/docs/orleans/media/managed-lifecycle.png and /dev/null differ