Uh oh!
There was an error while loading. Please reload this page.
[release/11.0-rc1] Source code updates from dotnet/dotnet - #132568
[release/11.0-rc1] Source code updates from dotnet/dotnet#132568dotnet-maestro[bot] wants to merge 5 commits into
Conversation
Updated Dependencies: Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.BannedApiAnalyzers, Microsoft.CodeAnalysis.CSharp, Microsoft.Net.Compilers.Toolset (Version 5.11.0-1.26411.119 -> 5.11.0-1.26420.103) Microsoft.CodeAnalysis.NetAnalyzers, Microsoft.DotNet.ApiCompat.Task, Microsoft.NET.Workload.Emscripten.Current.Manifest-11.0.100.Transport (Version 11.0.100-rc.1.26411.119 -> 11.0.100-rc.1.26420.103) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Feed, Microsoft.DotNet.Build.Tasks.FileCatalog, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Packaging, Microsoft.DotNet.Build.Tasks.TargetFramework, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.CodeAnalysis, Microsoft.DotNet.GenAPI, Microsoft.DotNet.GenFacades, Microsoft.DotNet.Helix.JobMonitor, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.PackageTesting, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk, Microsoft.DotNet.XliffTasks, Microsoft.DotNet.XUnitExtensions (Version 11.0.0-beta.26411.119 -> 11.0.0-beta.26420.103) Microsoft.DotNet.Cecil (Version 0.11.5-preview.26411.119 -> 0.11.5-preview.26420.103) Microsoft.DotNet.XUnitConsoleRunner (Version 2.9.3-beta.26411.119 -> 2.9.3-beta.26420.103) Microsoft.NET.Runtime.Emscripten.Internal, Microsoft.NET.Sdk.IL, Microsoft.NETCore.App.Ref, Microsoft.NETCore.ILAsm, runtime.native.System.IO.Ports, System.Reflection.Metadata, System.Reflection.MetadataLoadContext, System.Text.Json (Version 11.0.0-rc.1.26411.119 -> 11.0.0-rc.1.26420.103) NuGet.Frameworks, NuGet.Packaging, NuGet.ProjectModel, NuGet.Versioning (Version 7.11.0-rc.65534 -> 7.11.0-rc.42103) System.CommandLine (Version 3.0.0-rc.1.26411.119 -> 3.0.0-rc.1.26420.103) runtime.linux-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.linux-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.osx-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.osx-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.win-arm64.Microsoft.NETCore.Runtime.Wasm.Node.Transport, runtime.win-x64.Microsoft.NETCore.Runtime.Wasm.Node.Transport (Version 11.0.0-alpha.1.26407.6 -> 11.0.0-alpha.1.26413.1) [[ commit created by automation ]]
Note VMR PRs included in this codeflow update:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
|
Azure Pipelines: Successfully started running 3 pipeline(s). 13 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
akoeplinger
commented
Aug 21, 2026
@tannergooding there are a bunch of decimal test failures related to #130566, can you please take a look? thanks |
akoeplinger
commented
Aug 21, 2026
The ILLink test failure is due to #130738 That change moved the real sealed overrides: Delegate.Equals(object)Delegate.GetHashCode()from FYI @sbomer |
tannergooding
commented
Aug 21, 2026
@akoeplinger, looking. As an aside, do we know why these are failing here and not in main or the 11.0 branch prior to this PR? Seems like something in the codeflow may have been handled incorrectly or similar as everything was passing. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
tannergooding
commented
Aug 21, 2026
Looks like the issue is that the test was naively doing |
akoeplinger
commented
Aug 21, 2026
@tannergooding it's not just in VisualBasic, there are similar failures in other test suites. As to why this didn't fail in main/11.0 until now, the reason is those are still using a preview6 SDK which uses a runtime to execute roslyn before your PR. It will show up there once we bump to preview7 SDK |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
tannergooding
commented
Aug 21, 2026
Fixed. Sorry, Copilot opted to extract only one of the fixes and dropped the others when I told it to push the commit (it interpreted that as "push one" because it had opted to make one per file rather than putting them together) |
Important While this PR was open, the source repository has received code changes from this repository (an opposite codeflow merged). You can continue with one of the following options:
💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance. |
akoeplinger
commented
Aug 21, 2026
a few more in System.Xml showed up |
Note
This is a codeflow update. It may contain both source code changes from
the VMR
as well as dependency updates. Learn more here.
This pull request brings the following source code changes
From https://github.com/dotnet/dotnet
Updated Dependencies
Associated changes in source repos
Diff the source with this PR branch