Skip to content

Comments

[release/10.0.3xx] Source code updates from dotnet/dotnet#52585

Merged
tmat merged 26 commits intorelease/10.0.3xxfrom
darc-release/10.0.3xx-f7ae435e-ac07-430f-8f11-f9296ca655a6
Jan 29, 2026
Merged

[release/10.0.3xx] Source code updates from dotnet/dotnet#52585
tmat merged 26 commits intorelease/10.0.3xxfrom
darc-release/10.0.3xx-f7ae435e-ac07-430f-8f11-f9296ca655a6

Conversation

@dotnet-maestro
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Jan 21, 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.26076.108
    • 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-26076-108
    • Microsoft.Build
    • Microsoft.Build.Localization
  • From 7.1.0-preview.1.42 to 7.3.0-preview.1.7708
    • 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.300-alpha.26076.108
    • 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.26076.108
    • 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.26076.108
    • 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.2.300-servicing.26076.108
    • Microsoft.FSharp.Compiler
  • From 18.3.0-preview-25609-01 to 18.3.0-release-26076-108
    • Microsoft.NET.Test.Sdk
    • Microsoft.TestPlatform.Build
    • Microsoft.TestPlatform.CLI
  • From 10.0.200-preview.25569.1 to 10.0.200-preview.26076.108
    • 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:3b3cc2b93b356d46a6fb36768479ea53515fc2cd..https://github.com/dotnet/sdk:darc-release/10.0.3xx-f7ae435e-ac07-430f-8f11-f9296ca655a6

@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner January 21, 2026 00:22
@DonnaChen888
Copy link
Contributor

Same issue as #52523.
Error:
test/sdk-tasks.Tests/sdk-tasks.Tests.csproj(0,0): error NU1603: (NETCORE_ENGINEERING_TELEMETRY=Restore) Warning As Error: sdk-tasks.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.

@dotnet-maestro dotnet-maestro bot requested a review from a team as a code owner January 22, 2026 20:37
@marcpopMSFT
Copy link
Member

@premun @mmitche There are a couple of packaegs that the SDK build depends on that aren't published to nuget.org and so don't end up in dotnet-public. What's the right solution here as I just added the feed back where these packages are but that feels incorrect as we're on a build that shipped, not a live VMR build for these dependencies.

Microsoft.Deployment.DotNet.Releases 2.0.0-preview.1.25569.105
Microsoft.Web.Xdt 3.2.1-servicing.25569.105

@marcpopMSFT
Copy link
Member

needs the fixes from #52588

@marcpopMSFT marcpopMSFT requested a review from a team as a code owner January 28, 2026 00:12
@mmitche
Copy link
Member

mmitche commented Jan 28, 2026

@premun @mmitche There are a couple of packaegs that the SDK build depends on that aren't published to nuget.org and so don't end up in dotnet-public. What's the right solution here as I just added the feed back where these packages are but that feels incorrect as we're on a build that shipped, not a live VMR build for these dependencies.

Microsoft.Deployment.DotNet.Releases 2.0.0-preview.1.25569.105 Microsoft.Web.Xdt 3.2.1-servicing.25569.105

Neither of these packages ended up on nuget.org. The reason that the feeds are missing is that they were mistakenly placed on stable feeds. For xdt, newer builds end up on nuget.org (3.2.2). For Deployment, the newer packages are on dotnet10 or another non-isolated feed.

When 10.0.2 flows into here, this should be resolved. I think that's the build after this, maybe?

@marcpopMSFT
Copy link
Member

@mmitche so I should create the Jan 10.0.2 update PR and that should fix these feeds?

@mmitche
Copy link
Member

mmitche commented Jan 28, 2026

  • 4514ea6b-c141-4e8c-8eb0-f7dc91caa781

That has been checked into the VMR. These should be done centrally so that the VMR (and component repos) don't misalign and create an incoherent product. The latest build failed, but I believe will be fixed by dotnet/dotnet#4488. /cc @mthalman

@marcpopMSFT marcpopMSFT requested review from a team and tmat as code owners January 28, 2026 17:42
@mmitche
Copy link
Member

mmitche commented Jan 28, 2026

@tmat
Copy link
Member

tmat commented Jan 29, 2026

Looking into dotnet-watch failure

@dsplaisted
Copy link
Member

@tmat @marcpopMSFT thinks it's the same as this: #52576

@tmat
Copy link
Member

tmat commented Jan 29, 2026

OK, let's ignore the failure then.

@tmat
Copy link
Member

tmat commented Jan 29, 2026

/ba-g known watch issue

@tmat tmat merged commit fadbc3c into release/10.0.3xx Jan 29, 2026
25 of 32 checks passed
@tmat tmat deleted the darc-release/10.0.3xx-f7ae435e-ac07-430f-8f11-f9296ca655a6 branch January 29, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants