-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release/9.0.1xx] Update Microsoft.NET.Build.Tests that depend on System.ValueTuple to arget netstandard2.0 #49577
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
[release/9.0.1xx] Update Microsoft.NET.Build.Tests that depend on System.ValueTuple to arget netstandard2.0 #49577
Conversation
…arget netstandard2.0
/backport to release/8.0.1xx |
Started backporting to release/8.0.1xx: https://github.com/dotnet/sdk/actions/runs/16068238575 |
/backport to release/8.0.3xx |
@SimonZhao888 backporting to "release/8.0.1xx" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0
Using index info to reconstruct a base tree...
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildADesktopExeWithFSharp.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
A test/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs
A test/TestAssets/TestProjects/AppWithLibrary/TestLibrary/TestLibrary.csproj
A test/TestAssets/TestProjects/AppWithLibraryFS/TestLibrary/TestLibrary.fsproj
A test/TestAssets/TestProjects/AppWithLibraryVB/TestLibrary/TestLibrary.vbproj
Falling back to patching base and 3-way merge...
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
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 set advice.mergeConflict false"
Patch failed at 0001 Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Started backporting to release/8.0.3xx: https://github.com/dotnet/sdk/actions/runs/16068245868 |
@SimonZhao888 backporting to "release/8.0.3xx" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0
Using index info to reconstruct a base tree...
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildADesktopExeWithFSharp.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
A test/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs
A test/TestAssets/TestProjects/AppWithLibrary/TestLibrary/TestLibrary.csproj
A test/TestAssets/TestProjects/AppWithLibraryFS/TestLibrary/TestLibrary.fsproj
A test/TestAssets/TestProjects/AppWithLibraryVB/TestLibrary/TestLibrary.vbproj
Falling back to patching base and 3-way merge...
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
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 set advice.mergeConflict false"
Patch failed at 0001 Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
/backport to release/8.0.4xx |
Started backporting to release/8.0.4xx: https://github.com/dotnet/sdk/actions/runs/16068261715 |
@SimonZhao888 backporting to "release/8.0.4xx" failed, the patch most likely resulted in conflicts: $ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0
Using index info to reconstruct a base tree...
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildADesktopExeWithFSharp.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
A test/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
A test/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs
A test/TestAssets/TestProjects/AppWithLibrary/TestLibrary/TestLibrary.csproj
A test/TestAssets/TestProjects/AppWithLibraryFS/TestLibrary/TestLibrary.fsproj
A test/TestAssets/TestProjects/AppWithLibraryVB/TestLibrary/TestLibrary.vbproj
Falling back to patching base and 3-way merge...
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThereAreDefaultItems.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithVB.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibraryWithFSharp.cs
Auto-merging src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.NET.Build.Tests/GivenThatWeWantToBuildALibrary.cs
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 set advice.mergeConflict false"
Patch failed at 0001 Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Update Microsoft.NET.Build.Tests that depend on System.ValueTuple totarget netstandard2.0 as it's the minimum supported by that assembly.