Skip to content

Conversation

@reynoldskr
Copy link

@reynoldskr reynoldskr commented Oct 23, 2025

Changes proposed in this request
Before .NET 10, RuntimeInformation.OSDescription called uname on *nix systems to populate itself. Now it uses a nicer way using the .NET runtime target information, that means that field no longer contains Darwin, so IsMac always returned false. This simply lets that method check for macOs as well.

Testing
I couldn't find any unit tests for this class.

Performance impact
None

@reynoldskr reynoldskr requested a review from a team as a code owner October 23, 2025 02:34
@bgavrilMS bgavrilMS requested a review from fengga October 23, 2025 10:14
@bgavrilMS
Copy link
Member

@fengga - smth for you to review

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