-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[main] Update dependencies from dotnet/arcade #10291
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 #10291
Conversation
…115.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25065.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go, you big red fire engine!
…116.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25066.1
8386d99
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…117.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25067.3
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@mmitche the test failing here is tyring to create This is similar to the issue here. Is there a mismatch in dependencies similar to this one? |
…120.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25070.2
…121.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25071.3
…122.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25072.2
…123.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25073.5
…124.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25074.4
…126.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25076.1
@ericstj, @ViktorHofer can we get some help on the test failure here? Had a chat with Matt and it was suggested that it could be due to runtime. |
This one is very interesting. First of all, the error is correct. Those types should only be instantiated on Windows platforms. Looking at your CI legs, you only build and run on Windows though. |
This is unrelated to any runtime change. My guess is that is related to a recent deps.json change in SDK. Need to build locally. The runtime specific file gets correctly copied to the output directory:
|
Yes this is due to dotnet/sdk#45259 (cc @Forgind @dsplaisted) Runtime specific assets get excluded from the deps.json file and hence the host loads the runtime agnostic asset instead. This got reverted in 9.0.2xx but I still see the code path in main. We must get this reverted before we branch of for P1 today in SDK. |
The revert was backported in dotnet/sdk#46324. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Oops, I thought this PR was for the SDK repo and so the backport would have unblocked this PR. Looks like we're waiting for the updated SDK version to flow into Arcade and then the Arcade version in this PR to be updated to unblock. |
…127.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25077.3
This pull request updates the following dependencies
From https://github.com/dotnet/arcade
Microsoft Reviewers: Open in CodeFlow