Uh oh!
There was an error while loading. Please reload this page.
[release/7.0] Fix encoding problem when publishing - #83577
Conversation
ghost
commented
Mar 17, 2023
thaystg
commented
Mar 17, 2023
The failures on CI are not connected. |
Uh oh!
There was an error while loading. Please reload this page.
…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>
carlossanlop
commented
Mar 28, 2023
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. |
carlossanlop
commented
Apr 4, 2023
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. |
ilonatommy
commented
Apr 5, 2023
Timezones failures on ios are not connected. Merging. |
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.