[main] Source code updates from dotnet/dotnet#14226
Conversation
|
Caution 🚨 Action Required — Conflict detectedA conflict was detected when trying to update this PR with changes from build The conflicts in the following files need to be manually resolved:
ℹ️ To resolve the conflicts, please follow these steps:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
Hello @dotnet-maestro[bot], I noticed that you’re changing an .swr file or any file under src/Package/MSBuild.VSSetup.. Please make sure to validate this change by an experimental VS insertion. This is accomplished by pushing to an exp/* branch, which requires write permissions to this repo. |
b9545b2 to
ffd22d2
Compare
|
Caution 🚨 Action Required — Conflict detectedA conflict was detected when trying to update this PR with changes from build The conflicts in the following files need to be manually resolved:
ℹ️ To resolve the conflicts, please follow these steps:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
ffd22d2 to
7eadba1
Compare
|
Caution 🚨 Action Required — Conflict detectedA conflict was detected when trying to update this PR with changes from build The conflicts in the following files need to be manually resolved:
ℹ️ To resolve the conflicts, please follow these steps:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The file's UTF-8 BOM and em-dashes had been re-saved as CP437->UTF-8 mojibake (BOM EF BB BF -> the literal chars, em-dash -> a 3-char sequence), causing CS1056 'Unexpected character' at line 1. Restored the correct UTF-8-with-BOM content. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Caution
This is an unsafe codeflow update⚠️ Please review carefully as it may contain undesirable changes and/or reverts.
This PR is a self-corrective attempt most likely caused by a recent change in codeflow subscriptions which results in the currently flown branch
mainbeing divergent from the previously flownbranch.It may contain both source code changes from the VMR
as well as dependency updates. Learn more here.
If the changes in this PR look wrong, you also have the option to reset the VMR's contents to match the repository:
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Associated changes in source repos
Diff the source with this PR branch