Skip to content

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Jan 6, 2026

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

New Dependencies

  • Added 10.0.0-rtm.25523.111
    • Microsoft.Dotnet.WinForms.ProjectTemplates
    • Microsoft.Dotnet.Wpf.ProjectTemplates

Updated Dependencies

  • From 10.0.0-preview.25552.2 to 10.0.0-preview.26055.110
    • Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal
    • Microsoft.CodeAnalysis.Razor.Tooling.Internal
    • Microsoft.NET.Sdk.Razor.SourceGenerators.Transport
  • From 18.3.0-preview-25610-02 to 18.3.0-preview-26055-110
    • Microsoft.Build
    • Microsoft.Build.Localization
  • From 7.1.0-preview.1.42 to 7.3.0-preview.1.5610
    • Microsoft.Build.NuGetSdkResolver
    • NuGet.Build.Tasks
    • NuGet.Build.Tasks.Console
    • NuGet.Build.Tasks.Pack
    • NuGet.CommandLine.XPlat
    • NuGet.Commands
    • NuGet.Common
    • NuGet.Configuration
    • NuGet.Credentials
    • NuGet.DependencyResolver.Core
    • NuGet.Frameworks
    • NuGet.LibraryModel
    • NuGet.Localization
    • NuGet.Packaging
    • NuGet.ProjectModel
    • NuGet.Protocol
    • NuGet.Versioning
  • From 10.0.0-beta.25569.105 to 10.0.200-alpha.26055.110
    • Microsoft.Build.Tasks.Git
    • Microsoft.SourceLink.AzureRepos.Git
    • Microsoft.SourceLink.Bitbucket.Git
    • Microsoft.SourceLink.Common
    • Microsoft.SourceLink.GitHub
    • Microsoft.SourceLink.GitLab
  • From 5.3.0-2.25610.11 to 5.3.0-2.26055.110
    • Microsoft.CodeAnalysis
    • Microsoft.CodeAnalysis.BuildClient
    • Microsoft.CodeAnalysis.CSharp
    • Microsoft.CodeAnalysis.CSharp.CodeStyle
    • Microsoft.CodeAnalysis.CSharp.Features
    • Microsoft.CodeAnalysis.CSharp.Workspaces
    • Microsoft.CodeAnalysis.ExternalAccess.HotReload
    • Microsoft.CodeAnalysis.PublicApiAnalyzers
    • Microsoft.CodeAnalysis.Workspaces.Common
    • Microsoft.CodeAnalysis.Workspaces.MSBuild
    • Microsoft.Net.Compilers.Toolset
    • Microsoft.Net.Compilers.Toolset.Framework
  • From 10.0.0-beta.25605.3 to 10.0.0-beta.26055.110
    • Microsoft.DotNet.Arcade.Sdk
    • Microsoft.DotNet.Build.Tasks.Installers
    • Microsoft.DotNet.Build.Tasks.Templating
    • Microsoft.DotNet.Build.Tasks.Workloads
    • Microsoft.DotNet.Helix.Sdk
    • Microsoft.DotNet.SignTool
    • Microsoft.DotNet.XliffTasks
    • Microsoft.DotNet.XUnitExtensions
  • From 15.1.200-servicing.25605.1 to 15.1.200-servicing.26055.110
    • Microsoft.FSharp.Compiler
  • From 18.3.0-preview-25609-01 to 18.3.0-preview-26055-110
    • Microsoft.NET.Test.Sdk
    • Microsoft.TestPlatform.Build
    • Microsoft.TestPlatform.CLI
  • From 10.0.200-preview.25569.1 to 10.0.200-preview.26055.110
    • Microsoft.TemplateEngine.Abstractions
    • Microsoft.TemplateEngine.Authoring.TemplateVerifier
    • Microsoft.TemplateEngine.Edge
    • Microsoft.TemplateEngine.Mocks
    • Microsoft.TemplateEngine.Orchestrator.RunnableProjects
    • Microsoft.TemplateEngine.TestHelper
    • Microsoft.TemplateEngine.Utils
    • Microsoft.TemplateSearch.Common
    • Microsoft.TemplateSearch.TemplateDiscovery

Associated changes in source repos

Diff the source with this PR branch
darc vmr diff --name-only https://github.com/dotnet/dotnet:9cb137176bcf7de7ee534510b78aff225e8a5d3a..https://github.com/dotnet/sdk:darc-release/10.0.2xx-9a6e3592-60a5-4862-9066-1b4b9ec637bf

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Jan 7, 2026

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 41a7dc14-d5ca-434e-960c-659a8e45660e
  3. Force-flow new changes into this PR at your own risk (some PR commits might be reverted):
    darc trigger-subscriptions --force --id 41a7dc14-d5ca-434e-960c-659a8e45660e

💡 You may consult the FAQ for more information or tag @dotnet/prodconsvcs for assistance.

@DonnaChen888
Copy link
Contributor

@mthalman @dsplaisted The following code in the NuGet.config file was removed by dotnet/dotnet, which caused the error. Should we contact the dotnet team to fix it, or should we add it back ourselves?

 <add key="darc-pub-dotnet-dotnet-fad253f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-dotnet-fad253f5/nuget/v3/index.json" />
 <add key="darc-int-dotnet-dotnet-fad253f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-dotnet-fad253f5/nuget/v3/index.json" />
 <add key="darc-int-dotnet-dotnet-fad253f" value="true" />

Error:
test/Microsoft.NET.Sdk.WorkloadManifestReader.Tests/Microsoft.NET.Sdk.WorkloadManifestReader.Tests.csproj(0,0): error NU1603: (NETCORE_ENGINEERING_TELEMETRY=Restore) Warning As Error: Microsoft.NET.Sdk.WorkloadManifestReader.Tests depends on Microsoft.Deployment.DotNet.Releases (>= 2.0.0-preview.1.25569.105) but Microsoft.Deployment.DotNet.Releases 2.0.0-preview.1.25569.105 was not found. Microsoft.Deployment.DotNet.Releases 2.0.0-preview.1.25569.110 was resolved instead.

@dsplaisted
Copy link
Member

@mmitche @marcpopMSFT I've reverted the NuGet.config changes in 8589691, and that made the build succeed at least locally. How is this flow supposed to work with the feeds?

@mmitche
Copy link
Member

mmitche commented Jan 8, 2026

That feed removal looks correct. The feeds were there for shipping packages that would have shipped in 10.0.1, and so they shouldn't be needed any longer.

@mmitche
Copy link
Member

mmitche commented Jan 8, 2026

There might be multiple issues here:

  • There's an implicit dependency on Microsoft.Deployment.DotNet.Releases, but the repo doesn't call out the dependency specifically in the Version.Details.xml, and so Maestro does not know to keep the feed around. It happened to work before because some other unreleased shipped dependency was called out explicitly in the V.D.xml. So adding that dependency would do the trick.
  • At the same time, it's weird that this package is shipping and non-stable, but got pushed to the isolated feed. This is not necessary for this package. Newer build have this fixed. I think that this was a point in time issue for 10.0.1.

So, I think you can ignore the problem and keep adding the feed back as necessary. We'll switch to active code flow soon and I think the problem will go away.

@dsplaisted
Copy link
Member

Current test failures look like this:

Microsoft.NET.Build.Tasks.BuildErrorException : NETSDK1005: Assets file '/tmp/helix/working/B0D809CC/t/tmpvdOWKg.tmp' doesn't have a target for 'net6.0'. Ensure that restore has run and that you have included 'net6.0' in the TargetFrameworks for your project.

It looks like this may be caused by NuGet/NuGet.Client#6992.

@nagilson
Copy link
Member

Current test failures look like this:

Microsoft.NET.Build.Tasks.BuildErrorException : NETSDK1005: Assets file '/tmp/helix/working/B0D809CC/t/tmpvdOWKg.tmp' doesn't have a target for 'net6.0'. Ensure that restore has run and that you have included 'net6.0' in the TargetFrameworks for your project.

It looks like this may be caused by NuGet/NuGet.Client#6992.

Thank you. I think I agree. The others should be fixed with a /completions run. @nkolev92 @jeffkl may you PTAL at what we think is a result of NuGet/NuGet.Client#6992?

@nkolev92
Copy link
Contributor

I'll look into this.
@dsplaisted e-mailed about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants