Skip to content

[automated] Merge branch 'release/9.0.3xx' => 'main' #47504

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 47 commits into from
Mar 13, 2025

Conversation

github-actions[bot]
Copy link
Contributor

I detected changes in the release/9.0.3xx branch which have not been merged yet to main. I'm a robot and am configured to help you automatically keep main up to date, so I've opened this PR.

This PR merges commits made on release/9.0.3xx by the following committers:

  • baronfel
  • v-wuzhai
  • dotnet-maestro[bot]
  • edvilme
  • vseanreesermsft
  • Forgind
  • invalid-email-address
  • dotnet-bot

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/9.0.3xx
git pull --ff-only
git checkout main
git pull --ff-only
git merge --no-ff release/9.0.3xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.3xx-to-main
or if you are using SSH
git push [email protected]:dotnet/sdk HEAD:merge/release/9.0.3xx-to-main

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/9.0.3xx-to-main'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.

git fetch
git checkout -b merge/release/9.0.3xx-to-main origin/main
git pull https://github.com/dotnet/sdk merge/release/9.0.3xx-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.3xx-to-main
or if you are using SSH
git fetch
git checkout -b merge/release/9.0.3xx-to-main origin/main
git pull [email protected]:dotnet/sdk merge/release/9.0.3xx-to-main
(make changes)
git commit -m "Updated PR with my changes"
git push [email protected]:dotnet/sdk HEAD:merge/release/9.0.3xx-to-main

Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.

Mirroring and others added 30 commits January 31, 2025 18:28
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100**: from 9.0.2 to 9.0.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - **Microsoft.SourceBuild.Intermediate.emsdk**: from 9.0.2-servicing.25061.2 to 9.0.3-servicing.25105.2 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:cad9b058-2c13-4353-bfb5-21802792cfae)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: cad9b058-2c13-4353-bfb5-21802792cfae
- **Build**: 20250211.13
- **Date Produced**: February 12, 2025 3:59:19 AM UTC
- **Commit**: 831d23e56149cd59c40fc00c7feb7c5334bd19c4
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Bcl.AsyncInterfaces**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.DependencyModel**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.FileProviders.Abstractions**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.FileSystemGlobbing**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.Logging**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.Logging.Abstractions**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.Logging.Console**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.NET.HostModel**: [from 9.0.2-servicing.25066.10 to 9.0.3-servicing.25111.13][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.NETCore.App.Ref**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.NETCore.Platforms**: [from 9.0.2-servicing.25066.10 to 9.0.3-servicing.25111.13][1]
  - **Microsoft.Win32.SystemEvents**: [from 9.0.2 to 9.0.3][1]
  - **System.CodeDom**: [from 9.0.2 to 9.0.3][1]
  - **System.Composition.AttributedModel**: [from 9.0.2 to 9.0.3][1]
  - **System.Composition.Convention**: [from 9.0.2 to 9.0.3][1]
  - **System.Composition.Hosting**: [from 9.0.2 to 9.0.3][1]
  - **System.Composition.Runtime**: [from 9.0.2 to 9.0.3][1]
  - **System.Composition.TypedParts**: [from 9.0.2 to 9.0.3][1]
  - **System.Configuration.ConfigurationManager**: [from 9.0.2 to 9.0.3][1]
  - **System.Formats.Asn1**: [from 9.0.2 to 9.0.3][1]
  - **System.Reflection.MetadataLoadContext**: [from 9.0.2 to 9.0.3][1]
  - **System.Resources.Extensions**: [from 9.0.2 to 9.0.3][1]
  - **System.Security.Cryptography.Pkcs**: [from 9.0.2 to 9.0.3][1]
  - **System.S...
Merge from public release/9.0.2xx to internal/release/9.0.2xx and resolve conflicts if necessary

----
#### AI description  (iteration 1)
#### PR Classification
Merge from public branch to internal release branch.

#### PR Summary
This pull request updates dependencies and package sources to newer versions.
- Updated dependency versions in `/eng/Version.Details.xml`.
- Added multiple new package sources in `/NuGet.config`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…otnet-aspnetcore build 20250212.20

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.Extensions.ObjectPool , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0 , Microsoft.SourceBuild.Intermediate.aspnetcore
 From Version 9.0.2-rtm.25067.4 -> To Version 9.0.3-servicing.25112.20
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:272f8f99-ac31-4bb2-aa9f-c740a38c4313)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 272f8f99-ac31-4bb2-aa9f-c740a38c4313
- **Build**: 20250212.20
- **Date Produced**: February 13, 2025 5:18:58 AM UTC
- **Commit**: b96167fbfe8bd45d94e4dcda42c7d09eb5745459
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **dotnet-user-jwts**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **dotnet-user-secrets**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.Analyzers**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.AspNetCore.Authorization**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.AspNetCore.Components.SdkAnalyzers**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.Components.Web**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.AspNetCore.TestHost**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.FileProviders.Embedded**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.Extensions.ObjectPool**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.JSInterop**: [from 9.0.2 to 9.0.3][1]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]
  - **Microsoft.SourceBuild.Intermediate.aspnetcore**: [from 9.0.2-rtm.25067.4 to 9.0.3-servicing.25112.20][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC704f7cb1d2cea33afb00c2097731216f121c2c73&targetVersion=GCb96167fbfe8bd45d94e4dcda42c7d09eb5745459&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:272f8f99-ac31-4bb2-aa9f-c740a38c4313)
…otnet-windowsdesktop build 20250212.2

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
 From Version 9.0.2 -> To Version 9.0.3

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.2-rtm.25067.2 -> To Version 9.0.3-rtm.25112.4 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 9.0.2-rtm.25067.2 to 9.0.3-rtm.25112.4 (parent: Microsoft.WindowsDesktop.App.Ref)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 9.0.2-servicing.25066.8 to 9.0.3-servicing.25111.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 9.0.2-rtm.25067.2 to 9.0.3-rtm.25112.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:4b8e39ed-924c-4a3f-90dd-25c2af496092)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 4b8e39ed-924c-4a3f-90dd-25c2af496092
- **Build**: 20250212.2
- **Date Produced**: February 12, 2025 9:02:45 PM UTC
- **Commit**: 97524695e33f328f45ae21009e7287d1c378ed66
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 9.0.2 to 9.0.3][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 9.0.2 to 9.0.3][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0**: [from 9.0.2-servicing.25067.4 to 9.0.3-servicing.25112.2][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0**: [from 9.0.2-servicing.25067.4 to 9.0.3-servicing.25112.2][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 9.0.2-rtm.25067.2 to 9.0.3-rtm.25112.4][2]
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 9.0.2-servicing.25066.8 to 9.0.3-servicing.25111.6][3]
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: [from 9.0.2-rtm.25067.2 to 9.0.3-rtm.25112.4][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCf971ec245a9aa0e7677b2fe6a565e2979cc59fde&targetVersion=GC97524695e33f328f45ae21009e7287d1c378ed66&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC6498db3ee0fbc2790831b28cd47a7b8ef500cb17&targetVersion=GC4b241d5e744d9a9d4bbd50a559807c3c4cdf41a7&_a=files
[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCf15a0b2339942cc52d7c24cb82739d8401ead77f&targetVersion=GCa0c1376228b4ce7378393ab29c33c9d76125a052&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:4b8e39ed-924c-4a3f-90dd-25c2af496092)
dotnet-bot and others added 16 commits February 13, 2025 22:12
…otnet-windowsdesktop build 20250213.2

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0
 From Version 9.0.3 -> To Version 9.0.3

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.3-rtm.25112.4 -> To Version 9.0.3-rtm.25113.4 (parent: Microsoft.WindowsDesktop.App.Ref
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 9.0.3-rtm.25112.4 to 9.0.3-rtm.25113.4 (parent: Microsoft.WindowsDesktop.App.Ref)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 9.0.3-servicing.25111.6 to 9.0.3-servicing.25112.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 9.0.3-rtm.25112.4 to 9.0.3-rtm.25113.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:4b8e39ed-924c-4a3f-90dd-25c2af496092)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 4b8e39ed-924c-4a3f-90dd-25c2af496092
- **Build**: 20250213.2
- **Date Produced**: February 13, 2025 9:09:57 PM UTC
- **Commit**: 1c33258cdd6220239735d6a7a18ef6adc082038c
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 9.0.3 to 9.0.3][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 9.0.3 to 9.0.3][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0**: [from 9.0.3-servicing.25112.2 to 9.0.3-servicing.25113.2][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0**: [from 9.0.3-servicing.25112.2 to 9.0.3-servicing.25113.2][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 9.0.3-rtm.25112.4 to 9.0.3-rtm.25113.4][2]
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 9.0.3-servicing.25111.6 to 9.0.3-servicing.25112.2][3]
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: [from 9.0.3-rtm.25112.4 to 9.0.3-rtm.25113.4][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC97524695e33f328f45ae21009e7287d1c378ed66&targetVersion=GC1c33258cdd6220239735d6a7a18ef6adc082038c&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC4b241d5e744d9a9d4bbd50a559807c3c4cdf41a7&targetVersion=GCf58f709bc102a0d15aa6ffe4d9a7435bebd3079e&_a=files
[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCa0c1376228b4ce7378393ab29c33c9d76125a052&targetVersion=GC5bf1bff0e58e41f748a8a6d7c666ed28e033e318&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:4b8e39ed-924c-4a3f-90dd-25c2af496092)
…11.2

Microsoft.SourceBuild.Intermediate.razor , Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport
 From Version 9.0.0-preview.25160.2 -> To Version 9.0.0-preview.25161.2
…311.7

Microsoft.SourceBuild.Intermediate.roslyn , Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.CodeAnalysis.CSharp.CodeStyle , Microsoft.CodeAnalysis.CSharp.Features , Microsoft.CodeAnalysis.CSharp.Workspaces , Microsoft.CodeAnalysis.Workspaces.MSBuild , Microsoft.Net.Compilers.Toolset , Microsoft.Net.Compilers.Toolset.Framework
 From Version 4.14.0-3.25160.11 -> To Version 4.14.0-3.25161.7
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Mar 12, 2025
@v-wuzhai v-wuzhai merged commit 8af04b9 into main Mar 13, 2025
8 checks passed
@v-wuzhai v-wuzhai deleted the merge/release/9.0.3xx-to-main branch March 13, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants