[automated] Merge branch 'release/10.0.2xx' => 'release/10.0.3xx'#52588
[automated] Merge branch 'release/10.0.2xx' => 'release/10.0.3xx'#52588tmat merged 44 commits intorelease/10.0.3xxfrom
Conversation
…encies for all 2xx repos to the current version in dotnet/dotnet
…260116.2 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.26065.7 -> To Version 2.1.0-preview.26066.2 MSTest From Version 4.1.0-preview.26065.7 -> To Version 4.1.0-preview.26066.2
…260116.2 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.26065.7 -> To Version 2.1.0-preview.26066.2 MSTest From Version 4.1.0-preview.26065.7 -> To Version 4.1.0-preview.26066.2
…260117.2 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.26065.7 -> To Version 2.1.0-preview.26067.2 MSTest From Version 4.1.0-preview.26065.7 -> To Version 4.1.0-preview.26067.2
…260117.2 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.26065.7 -> To Version 2.1.0-preview.26067.2 MSTest From Version 4.1.0-preview.26065.7 -> To Version 4.1.0-preview.26067.2
…260118.4 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.26065.7 -> To Version 2.1.0-preview.26068.4 MSTest From Version 4.1.0-preview.26065.7 -> To Version 4.1.0-preview.26068.4
…260118.4 On relative base path root Microsoft.Testing.Platform From Version 2.1.0-preview.26067.2 -> To Version 2.1.0-preview.26068.4 MSTest From Version 4.1.0-preview.26067.2 -> To Version 4.1.0-preview.26068.4
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Version.Details.props - eng/common/*
…6e0-4223-bd6e-33ffe399be49
Co-authored-by: Youssef Victor <youssefvictor00@gmail.com>
Co-authored-by: mariam-abdulla <mabdullah@microsoft.com> Co-authored-by: Mariam Abdullah <122357303+mariam-abdulla@users.noreply.github.com> Co-authored-by: Youssef Victor <youssefvictor00@gmail.com> Co-authored-by: DonnaChen888 <v-donnachen@microsoft.com>
…I terminal (#52569) Co-authored-by: Youssef1313 <youssefvictor00@gmail.com>
…d_BailOut_NoDiagnosticAsync
|
@marcpopMSFT @MiYanni could you please help me to take a look at this issue? |
@dotnet/razor-tooling |
|
This is surprising. I can see in the commit list here the commits that move the Razor code to using |
|
@ericstj You had fixed DisposableObjectInErrorCode_NotDisposed_BailOut_NoDiagnosticAsync before in 2xx but it's failing again in the flow. Did it get reverted in the merge or is the behavior different in 3xx? Is the dotnet/dotnet flow going to change the test again so we're in a weird chicken egg situation? |
|
I went ahead and cherry-picked a bunch of the changes from this PR over into the dotnet/dotnet flow . |
My assumption was that roslyn improved its diagnostics here to better report invalid syntax against the correct line numbers. This test is just trying to make sure the analyzer doesn't crash, but the test framework it's using requires it to assert the exact expected diagnostics. I would expect the test needs an update wherever that roslyn fix is flowing. Is it possible that 3xx is missing a newer version of roslyn, or that the related roslyn change was reverted? @333fred For reference the test fix was d4d6445, failure is here. update: @marcpopMSFT I noticed this PR did not include any dependency updates, so that would make sense why these fixes for dependency flow (new compiler) wouldn't be working correctly here.
That makes sense. Alternatively you could allow the merge to include dependency updates. |
… merge/release/10.0.2xx-to-release/10.0.3xx
I detected changes in the release/10.0.2xx branch which have not been merged yet to release/10.0.3xx. I'm a robot and am configured to help you automatically keep release/10.0.3xx up to date, so I've opened this PR.
This PR merges commits made on release/10.0.2xx by the following committers:
Instructions for merging from UI
This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.
If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.
Instructions for merging via command line
Run these commands to merge this pull request from the command line.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/10.0.2xx-to-release/10.0.3xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.
or if you are using SSH
Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.