[release/7.0] Fix encoding problem when publishing#83577
Merged
ilonatommy merged 5 commits intodotnet:release/7.0-stagingfrom Apr 5, 2023
Merged
[release/7.0] Fix encoding problem when publishing#83577ilonatommy merged 5 commits intodotnet:release/7.0-stagingfrom
ilonatommy merged 5 commits intodotnet:release/7.0-stagingfrom
Conversation
This was referenced Mar 17, 2023
Member
|
The failures on CI are not connected. |
pavelsavara
reviewed
Mar 17, 2023
maraf
approved these changes
Mar 23, 2023
…23.1 (dotnet#83860) Microsoft.NET.Workload.Emscripten.net6.Manifest-7.0.100 , Microsoft.NET.Workload.Emscripten.net7.Manifest-7.0.100 From Version 7.0.4 -> To Version 7.0.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Contributor
|
I'm retargeting this PR to the new Repo maintainers will now be allowed to merge their own servicing PR as long as it meets the requirements:
The new process is described here: runtime/docs/project/library-servicing.md. The infra team will be actively monitoring servicing PRs to ensure all requirements are met and to help with any issues. Let me know if you have any questions. |
This was referenced Mar 29, 2023
Contributor
|
Reminder: April 10th is the last day to merge backport PRs to ensure they get included in the May Release. PR owners are now in charge of merging their own PRs. |
Member
Author
|
Timezones failures on ios are not connected. Merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #82833 to release/7.0
Fixes #78953.
Customer Impact
Customers had a problem with publishing applications that were located in a path with Unicode chars. It was because Windows’s scripts do not support UTF-8 by default. Now we added that feature + tests.
Testing
The PR introduced changes in WasmBuildTests and they are passing.
Risk
Low, it broadens the accepted range of codes for Windows to
UTF-8.