-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Allow charset to be unset
#42266
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
Allow charset to be unset
#42266
Conversation
Thanks for your PR, @rsking. |
Due to lack of recent activity, this PR has been labeled as 'Stale'. It will be closed if no further activity occurs within 7 more days. Any new comment will remove the label. |
Thanks @rsking! |
Will this miss .NET 10 due to the late review or can it be backported for RC2? |
Happy to backport. Is a very low risk fix. |
/backport to release/10.0.1xx |
Started backporting to release/10.0.1xx: https://github.com/dotnet/sdk/actions/runs/17923396510 |
/azp run dotnet-sdk-public-ci |
Azure Pipelines successfully started running 1 pipeline(s). |
This allows an
.editorconfig
or.globalconfig
to unset the charset value.As it stands at the moment, setting this to
unset
, or ``, or any invalid value causes the Encoding to be set toUTF8
.