-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port InformationalVersion fix to Mono corelib #60614
Port InformationalVersion fix to Mono corelib #60614
Conversation
dotnet#60572 for Mono's corelib.
Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer Issue Details#60572 for Mono's corelib.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for applying the fix to Mono. So far I haven't heard from Anirudh or Matt regarding port of the change to .NET 6, I'll remind them to take your change on board if that happens.
This reverts commit bab9826. This commit appears to be the cause of System.Drawing tests currently failing in main.
* Fix for #60532 In stable package mode we should be setting CoreLib informational version to the ProductVersion according to the discussion on the issue thread. I have verified locally that this fixes the processinfo2 test for me that was previously failing in the StabilizePackageVersion mode. Please let me know how to proceed with the fix, whether you want me to just merge it into dotnet/runtime main, whether I should pursue its backport into 6.0 release and / or whether Matt considers cherry-picking my change to his stabilization PR. Thanks Tomas * Port InformationVersion fix to Mono corelib (#60614) #60572 for Mono's corelib. Co-authored-by: Tomas Rylek <[email protected]> Co-authored-by: Alexander Köplinger <[email protected]>
#60572 for Mono's corelib.