- 
                Notifications
    You must be signed in to change notification settings 
- Fork 834
Fix crash in DOTNET_SYSTEM_GLOBALIZATION_INVARIANT mode #16471
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
Conversation
| Can this be auto-tested somehow? | 
| 
 Calling the  | 
| 
 Not entirely sure tbh. The only tests we invoke with FSC are F#QA. And we don't really want to add anything to the suite. | 
| Can we get a standalone proof please? | 
| ❗ Release notes required
 
 | 
| 
 Hm, I wasn't able to reproduce it myself. I'll ask @mfilippov (i.e. the author of the original MSBuild fix) later if there's a simple repro when he's back from vacation. | 
| @auduchinok were you able to confirm the fix works using the repro steps? | 
| AFAIK it helps, yes. | 
| @auduchinok please move the release notes to the next version 👀 | 

Fixes #16272.
Applies the same fix as in dotnet/msbuild#8738 to prevent crashing when
DOTNET_SYSTEM_GLOBALIZATION_INVARIANTis set.