Skip to content

Conversation

@barosiak
Copy link
Member

@barosiak barosiak commented Nov 19, 2025

Copy link
Member

@noahfalk noahfalk left a comment

Choose a reason for hiding this comment

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

👍

@@ -0,0 +1,2 @@
> [!NOTE]
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if the doc team has any preference here, but if we are only including this text in one place it may be simpler to inline it there rather than using the include mechanism. The DOTNET version of this got included from many different pages.

barosiak and others added 4 commits November 19, 2025 16:39
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
Co-authored-by: Noah Falk <noahfalk@users.noreply.github.com>
@barosiak barosiak marked this pull request as ready for review November 20, 2025 01:05
@barosiak barosiak requested review from a team and gewarren as code owners November 20, 2025 01:05
Copilot AI review requested due to automatic review settings November 20, 2025 01:05
Copilot finished reviewing on behalf of barosiak November 20, 2025 01:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the documentation for profiling configuration settings in .NET. The changes document the new DOTNET_* prefix support for profiler environment variables introduced in .NET 11, alongside the existing CORECLR_* prefixes maintained for backward compatibility.

Key changes include:

  • Adding a new include file explaining the dual prefix support for profiler environment variables starting in .NET 11
  • Documenting new ARM32 and ARM64 profiler path environment variables
  • Reorganizing the profiler location section to clarify the two loading methods (environment variables and Windows registry)
  • Expanding documentation on Windows registry-based profiler loading

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
includes/coreclr-prefix.md New include file explaining DOTNET and CORECLR prefix support starting in .NET 11
docs/core/runtime-config/debugging-profiling.md Updated environment variable tables to show both CORECLR_* and DOTNET_* prefixes, added ARM32/ARM64 paths, added registry loading documentation, and reorganized profiler location section

barosiak and others added 2 commits November 19, 2025 17:12
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update doc on profiling config settings

2 participants