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.

👍

@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

Copy link
Contributor

@gewarren gewarren left a comment

Choose a reason for hiding this comment

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

Thanks for updating this.

@barosiak barosiak merged commit bb0520d into dotnet:main Nov 20, 2025
9 checks passed
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

3 participants