Skip to content

[release/8.0-staging] Update dependencies from dotnet/arcade#122396

Merged
steveisok merged 12 commits intorelease/8.0-stagingfrom
darc-release/8.0-staging-af1a019a-9500-42e0-860d-0a07ecc35505
Feb 18, 2026
Merged

[release/8.0-staging] Update dependencies from dotnet/arcade#122396
steveisok merged 12 commits intorelease/8.0-stagingfrom
darc-release/8.0-staging-af1a019a-9500-42e0-860d-0a07ecc35505

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Dec 10, 2025

This pull request updates the following dependencies

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

  • Dependency Updates:
    • From 8.0.0-beta.25562.3 to 8.0.0-beta.25611.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.XUnitExtensions
    • From 2.5.1-beta.25562.3 to 2.5.1-beta.25611.2
      • Microsoft.DotNet.XUnitConsoleRunner

…209.3

On relative base path root
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.XUnitExtensions From Version 8.0.0-beta.25562.3 -> To Version 8.0.0-beta.25609.3
Microsoft.DotNet.XUnitConsoleRunner From Version 2.5.1-beta.25562.3 -> To Version 2.5.1-beta.25609.3
@github-actions github-actions bot added the area-codeflow for labeling automated codeflow label Dec 10, 2025
@akoeplinger akoeplinger added the Servicing-approved Approved for servicing release label Dec 12, 2025
dotnet-maestro bot and others added 2 commits December 15, 2025 14:44
…211.2

On relative base path root
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.XUnitExtensions From Version 8.0.0-beta.25562.3 -> To Version 8.0.0-beta.25611.2
Microsoft.DotNet.XUnitConsoleRunner From Version 2.5.1-beta.25562.3 -> To Version 2.5.1-beta.25611.2
@jeffhandley
Copy link
Member

The remaining PortableSourceBuild failure looks related.

Could not load file or assembly 'Microsoft.CodeAnalysis.CSharp, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Reference assemblies cannot be loaded for execution.

@jeffhandley jeffhandley removed the Servicing-approved Approved for servicing release label Dec 25, 2025
@lewing
Copy link
Member

lewing commented Feb 5, 2026

@dotnet/source-build please take a look

@ellahathaway
Copy link
Member

Error:

  /__w/1/s/artifacts/source-build/self/package-cache/microsoft.dotnet.genfacades/8.0.0-beta.25611.2/build/Microsoft.DotNet.GenFacades.NotSupported.targets(56,5): error MSB4018: The "NotSupportedAssemblyGenerator" task failed unexpectedly. [/__w/1/s/artifacts/source-build/self/src/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj::TargetFramework=net8.0]
  /__w/1/s/artifacts/source-build/self/package-cache/microsoft.dotnet.genfacades/8.0.0-beta.25611.2/build/Microsoft.DotNet.GenFacades.NotSupported.targets(56,5): error MSB4018: System.BadImageFormatException: Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Reference assemblies cannot be loaded for execution.

Investigation

$ strings .../microsoft.dotnet.genfacades/8.0.0-beta.25611.2/tools/net8.0/Microsoft.CodeAnalysis.dll | grep -i "ReferenceAssembly"
ReferenceAssemblyAttribute

Root Cause:

The Microsoft.CodeAnalysis.dll bundled inside the GenFacades package appears to be a reference assembly.

I think this may be a bug in how arcade's GenFacades package was built... it shipped with reference assemblies instead of implementation assemblies. This needs to be fixed in arcade.

cc @mmitche

@ellahathaway
Copy link
Member

Error:

  /__w/1/s/artifacts/source-build/self/package-cache/microsoft.dotnet.genfacades/8.0.0-beta.25611.2/build/Microsoft.DotNet.GenFacades.NotSupported.targets(56,5): error MSB4018: The "NotSupportedAssemblyGenerator" task failed unexpectedly. [/__w/1/s/artifacts/source-build/self/src/src/libraries/System.Security.AccessControl/src/System.Security.AccessControl.csproj::TargetFramework=net8.0]
  /__w/1/s/artifacts/source-build/self/package-cache/microsoft.dotnet.genfacades/8.0.0-beta.25611.2/build/Microsoft.DotNet.GenFacades.NotSupported.targets(56,5): error MSB4018: System.BadImageFormatException: Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Reference assemblies cannot be loaded for execution.

Investigation

$ strings .../microsoft.dotnet.genfacades/8.0.0-beta.25611.2/tools/net8.0/Microsoft.CodeAnalysis.dll | grep -i "ReferenceAssembly"
ReferenceAssemblyAttribute

Root Cause:

The Microsoft.CodeAnalysis.dll bundled inside the GenFacades package appears to be a reference assembly.

I think this may be a bug in how arcade's GenFacades package was built... it shipped with reference assemblies instead of implementation assemblies. This needs to be fixed in arcade.

cc @mmitche

Confirmed that the package is carrying the 4.6 ref assembly from SBRP. This was likely caused by arcade taking a dependency on the 9.0 SBRP. I've got a fix in flight: dotnet/arcade#16520. Once that flows in, we can trigger the subscription to update the arcade reference in this PR.

@jeffhandley
Copy link
Member

@ellahathaway It looks like this is still failing. I wasn't sure if your arcade update commit should have addressed it or if we need to await more code flow.

@ellahathaway
Copy link
Member

@ellahathaway It looks like this is still failing. I wasn't sure if your arcade update commit should have addressed it or if we need to await more code flow.

I replied on behalf of source-build regarding the source-build-related failures. The Arcade update commit I made was intended to address failures in the source-build leg specifically, and it did—source-build is now passing: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1295856&view=logs&jobId=7588da13-1e21-5871-e690-d76999cde37e.

@steveisok
Copy link
Member

@lewing @akoeplinger I think the wasm failures are the only ones that aren't known. We're (hopefully) close to getting this merged.

@akoeplinger
Copy link
Member

/ba-g failures are unrelated

@steveisok steveisok merged commit 528f673 into release/8.0-staging Feb 18, 2026
186 of 193 checks passed
@akoeplinger akoeplinger deleted the darc-release/8.0-staging-af1a019a-9500-42e0-860d-0a07ecc35505 branch February 18, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-codeflow for labeling automated codeflow Servicing-approved Approved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants