-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Revert "add WarningsAsMessages, WarningsAsErrors, WarningsNotAsErrors and Tre…" #11041
Revert "add WarningsAsMessages, WarningsAsErrors, WarningsNotAsErrors and Tre…" #11041
Conversation
… and Tre…" This reverts commit 4dff69f.
After some further discussion we've decided against reverting. |
…hers-without-prefix
/backport to vs17.12 |
Started backporting to vs17.12: https://github.com/dotnet/msbuild/actions/runs/12196274590 |
@SimaTian an error occurred while backporting to vs17.12, please check the run log for details! Error: @SimaTian is not a repo collaborator, backporting is not allowed. If you're a collaborator please make sure your dotnet team membership visibility is set to Public on https://github.com/orgs/dotnet/people?query=SimaTian |
/backport to vs17.12 |
Started backporting to vs17.12: https://github.com/dotnet/msbuild/actions/runs/12196313675 |
@SimaTian backporting to vs17.12 failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Revert "add WarningsAsMessages, WarningsAsErrors, WarningsNotAsErrors and Tre…"
Using index info to reconstruct a base tree...
M documentation/wiki/ChangeWaves.md
M src/Build/BackEnd/Components/RequestBuilder/RequestBuilder.cs
M src/Shared/Constants.cs
M src/UnitTests.Shared/ObjectModelHelpers.cs
Falling back to patching base and 3-way merge...
Auto-merging src/UnitTests.Shared/ObjectModelHelpers.cs
Auto-merging src/Shared/Constants.cs
Auto-merging src/Build/BackEnd/Components/RequestBuilder/RequestBuilder.cs
Auto-merging documentation/wiki/ChangeWaves.md
CONFLICT (content): Merge conflict in documentation/wiki/ChangeWaves.md
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Patch failed at 0001 Revert "add WarningsAsMessages, WarningsAsErrors, WarningsNotAsErrors and Tre…"
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Reverts #10942
Due to the issue with sdk merge, I'm temporarily withdrawing this PR.
dotnet/sdk#44977