Skip to content

Fix apphost DOTNET_ROOT path assertion - #10626

Open
Jakub Jareš (nohwnd) wants to merge 1 commit into
microsoft:mainfrom
nohwnd:nohwnd-fix-apphost-dotnet-root-test
Open

Fix apphost DOTNET_ROOT path assertion#10626
Jakub Jareš (nohwnd) wants to merge 1 commit into
microsoft:mainfrom
nohwnd:nohwnd-fix-apphost-dotnet-root-test

Conversation

@nohwnd

@nohwnd Jakub Jareš (nohwnd) commented Aug 18, 2026

Copy link
Copy Markdown
Member

Compare the derived Windows path without drive-letter case sensitivity. DOTNET_HOST_PATH can use a lowercase drive letter while RootFinder returns uppercase, even though both resolve to the same directory.

Verified: the affected net11.0|x64 acceptance test passes locally.

🤖

Compare Windows path values without drive-letter casing sensitivity.

🤖
Copilot AI balanced review requested due to automatic review settings August 18, 2026 08:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the apphost acceptance test to tolerate Windows drive-letter casing differences.

Changes:

  • Extracts DOTNET_ROOT_<ARCH> from test output.
  • Compares paths case-insensitively on Windows.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@nohwnd
Jakub Jareš (nohwnd) marked this pull request as ready for review August 19, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants