-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[main] Update dependencies from dotnet/arcade #82599
[main] Update dependencies from dotnet/arcade #82599
Conversation
…223.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.23120.1 -> To Version 8.0.0-beta.23123.2
Looks like this one is seeing the breaking changes from fix for #80581. cc @VSadov @rainersigwald |
@thaystg can you take a look at the debugger failure |
still a few arch failures, we can disable the debugger test if it ends up being the blocking issue |
Tagging subscribers to this area: @vitek-karas, @agocke Issue DetailsThis pull request updates the following dependencies From https://github.com/dotnet/arcade
|
|
The host test failures are from the way they test some moving/configuring dependencies. I suspect it is related to publish defaulting to Release - the test's attempt to use the missing dependency is probably optimized out. Long term, we intend to rework those tests so that they shouldn't be affected by SDK changes like this: #77807 (comment), #77805. I'll look at fixing the affected tests for this particular change. |
This pull request updates the following dependencies
From https://github.com/dotnet/arcade