Skip to content

[vNext] Update dependencies from dotnet/arcade #2560

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

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Mar 1, 2024

This pull request updates the following dependencies

From https://github.com/dotnet/arcade

  • Subscription: 0331aa5e-07a7-4bbc-ffb1-08dc3863ecdb
  • Build: 20240229.2
  • Date Produced: February 29, 2024 6:24:27 PM UTC
  • Commit: 85ae8b264f3312aac5ca08dcab039556e99fcb00
  • Branch: refs/heads/main
  • Updates to .NET SDKs:
    • Updates sdk.version to 9.0.100-preview.1.24101.2
    • Updates tools.dotnet to 9.0.100-preview.1.24101.2
Microsoft Reviewers: Open in CodeFlow

…229.2

Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.XliffTasks , Microsoft.DotNet.XUnitExtensions
 From Version 9.0.0-beta.24101.1 -> To Version 9.0.0-beta.24129.2
@ghost ghost added the area-codeflow for labeling automated codeflow. intentionally a different color! label Mar 1, 2024
@joperezr joperezr enabled auto-merge (squash) March 1, 2024 05:09
@danmoseley
Copy link
Member

System.TypeLoadException : Could not load type 'Microsoft.JSInterop.IJSUnmarshalledRuntime' from assembly 'Microsoft.JSInterop, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

@joperezr
Copy link
Member

joperezr commented Mar 1, 2024

Looks like this is indeed a breaking change we have in 9.0. This PR: dotnet/aspnetcore#52732 removed these public types that BUnit.TestContext depends on, which is not yet targeting 9.0.

I'll disable the test for now in 9.0, but we'll need to fix this eventually. cc: @JamesNK (since he originally added the test). Either by having BUnit start compiling for 9.0, stop depending on that removed interface, or not using it in our tests.

cc: @egil

@joperezr joperezr merged commit fa3e45e into vNext Mar 2, 2024
@joperezr joperezr deleted the darc-vNext-4fa5ee45-7043-4e9b-b307-216d797d5dfe branch March 2, 2024 00:23
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-codeflow for labeling automated codeflow. intentionally a different color!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants