Skip to content

Conversation

dotnet-maestro[bot]
Copy link
Contributor

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

Updated Dependencies:
Microsoft.CodeAnalysis, Microsoft.CodeAnalysis.Analyzers, Microsoft.CodeAnalysis.CSharp, Microsoft.Net.Compilers.Toolset (Version 5.0.0-2.25468.102 -> 5.0.0-2.25469.103)
Microsoft.CodeAnalysis.NetAnalyzers, Microsoft.DotNet.ApiCompat.Task, Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport (Version 10.0.100-rc.2.25468.102 -> 10.0.100-rc.2.25469.103)
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.XliffTasks, Microsoft.DotNet.XUnitExtensions (Version 11.0.0-beta.25468.102 -> 11.0.0-beta.25469.103)
Microsoft.DotNet.Cecil (Version 0.11.5-alpha.25468.102 -> 0.11.5-alpha.25469.103)
Microsoft.DotNet.XUnitAssert, Microsoft.DotNet.XUnitConsoleRunner (Version 2.9.3-beta.25468.102 -> 2.9.3-beta.25469.103)
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 10.0.0-rc.1.25468.102 -> 10.0.0-rc.1.25469.103)
NuGet.Frameworks, NuGet.Packaging, NuGet.ProjectModel, NuGet.Versioning (Version 7.0.0-preview.1.46902 -> 7.0.0-preview.1.47003)
System.CommandLine (Version 2.0.0-rc.1.25468.102 -> 2.0.0-rc.1.25469.103)
@github-actions github-actions bot added the area-codeflow for labeling automated codeflow label Sep 20, 2025
Copy link
Contributor Author

Important

The source repository has received code changes from an opposite flow. Any additional codeflows into this PR may potentially result in lost changes.
Please continue with one of the following options:

  1. Close or merge this PR and let the codeflow continue normally
  2. Close or merge this PR and receive the new codeflow immediately by triggering the subscription:
    darc trigger-subscriptions --id f7901f87-9f24-40d6-9bc1-564863937237
  3. Force-flow new changes into this PR at your own risk (some PR commits might be reverted):
    darc trigger-subscriptions --force --id f7901f87-9f24-40d6-9bc1-564863937237

In case of unclarities, consult the FAQ or tag @dotnet/product-construction for assistance.

@tannergooding
Copy link
Member

There's a lot of WASM timeouts here, with only 8.4% of tests passing

@dotnet/wasm-eng

@pavelsavara
Copy link
Member

error NU1603: Warning As Error

Log

[] /root/helix/work/workitem/e/wbt artifacts/blz_no_workload_Debug_False_oaoy53cv_nub_鿀蜒枛遫䡫煉/App/BlazorBasicTestApp.csproj : 
error NU1603: Warning As Error: BlazorBasicTestApp depends on Microsoft.AspNetCore.App.Internal.Assets (>= 10.0.0-rc.1.25469.103) 
but Microsoft.AspNetCore.App.Internal.Assets 10.0.0-rc.1.25469.103 was not found. Microsoft.AspNetCore.App.Internal.Assets 10.0.0-rc.2.25416.105 was resolved instead.

[] /root/helix/work/workitem/e/wbt artifacts/blz_no_workload_Debug_False_oaoy53cv_nub_鿀蜒枛遫䡫煉/App/BlazorBasicTestApp.csproj : 
error NU1603: Warning As Error: BlazorBasicTestApp depends on Microsoft.NET.ILLink.Tasks (>= 10.0.0-rc.1.25469.103) 
but Microsoft.NET.ILLink.Tasks 10.0.0-rc.1.25469.103 was not found. Microsoft.NET.ILLink.Tasks 10.0.0-rc.2.25416.105 was resolved instead.

@maraf
Copy link
Member

maraf commented Sep 23, 2025

Looks like the SDK for WBT that flown in with this PR is referencing non-existent package version

@lewing
Copy link
Member

lewing commented Sep 23, 2025

Looks like the SDK for WBT that flown in with this PR is referencing non-existent package version

cc @ericstj

@ericstj
Copy link
Member

ericstj commented Sep 24, 2025

Sorry @lewing I don't know too much about these tests other than they break a lot because they are trying to mix/match bits from the SDK to apply templates.

It does look like the PR description agrees with your findings, so you might have a look at the build that is being updated here to see if it published those packages and to which feed. I wonder if those are on the dotnet11 feeds and the tests aren't using those?

@maraf

This comment was marked as resolved.

@kg
Copy link
Member

kg commented Sep 26, 2025

Does this PR taking a while to get merged make dotnet-maestro think our repo is up to date now? Or does the next code flow just take a while before it's triggered? Wondering whether I need to manually trigger codeflow somehow so that #120074 can build (it needs the latest code from dotnet/arcade, which wasn't in this codeflow)

I read through the relevant docs I could find and grepped to try and find our codeflow configuration (couldn't find it) so I'm not sure how this works.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants