Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Fix typo in ifdef for Rune - #123359

#123359
Merged
tannergooding merged 1 commit into
dotnet:maindotnet/runtime:mainfrom
vcsjones:rune-typovcsjones/runtime:rune-typoCopy head branch name to clipboard
Jan 19, 2026
Merged

Fix typo in ifdef for Rune#123359
tannergooding merged 1 commit into
dotnet:maindotnet/runtime:mainfrom
vcsjones:rune-typovcsjones/runtime:rune-typoCopy head branch name to clipboard

Conversation

@vcsjones

@vcsjones vcsjones commented Jan 19, 2026

Copy link
Copy Markdown
Member

Rune had a typo, SYSTEM_PRIVATE_CORLIB instead of SYSTEM_PRIVATE_CORELIB. This led to the very minor issue that the ArgumentException would not use the expected exception message.

We don't typically unit test the text of exception messages, but if we want to do something we can.

@vcsjones vcsjones self-assigned this Jan 19, 2026
Copilot AI review requested due to automatic review settings January 19, 2026 18:21
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime
See info in area-owners.md if you want to be subscribed.

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

This PR fixes a typo in a preprocessor directive in Rune.cs. The constant name was misspelled as SYSTEM_PRIVATE_CORLIB instead of the correct SYSTEM_PRIVATE_CORELIB, which prevented the proper exception message from being used when building System.Private.CoreLib.

Changes:

  • Corrected preprocessor directive spelling from SYSTEM_PRIVATE_CORLIB to SYSTEM_PRIVATE_CORELIB

@tannergooding
tannergooding enabled auto-merge (squash) January 19, 2026 19:30
@tannergooding
tannergooding merged commit d5df04f into dotnet:main Jan 19, 2026
155 of 158 checks passed
@vcsjones
vcsjones deleted the rune-typo branch January 19, 2026 21:39
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 19, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.