Skip to content
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

[automated] Merge branch 'release/9.0.2xx' => 'release/9.0.3xx' #47465

Merged
merged 40 commits into from
Mar 12, 2025

Conversation

github-actions[bot]
Copy link
Contributor

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

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

  • Forgind
  • edvilme
  • invalid-email-address

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.2xx
git pull --ff-only
git checkout release/9.0.3xx
git pull --ff-only
git merge --no-ff release/9.0.2xx

# 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.2xx-to-release/9.0.3xx
or if you are using SSH
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.2xx-to-release/9.0.3xx

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.2xx-to-release/9.0.3xx'. 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.2xx-to-release/9.0.3xx origin/release/9.0.3xx
git pull https://github.com/dotnet/sdk merge/release/9.0.2xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet/sdk HEAD:merge/release/9.0.2xx-to-release/9.0.3xx
or if you are using SSH
git fetch
git checkout -b merge/release/9.0.2xx-to-release/9.0.3xx origin/release/9.0.3xx
git pull git@github.com:dotnet/sdk merge/release/9.0.2xx-to-release/9.0.3xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet/sdk HEAD:merge/release/9.0.2xx-to-release/9.0.3xx

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 7 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)
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 11, 2025
@v-wuzhai v-wuzhai merged commit 7df05c8 into release/9.0.3xx Mar 12, 2025
31 checks passed
@v-wuzhai v-wuzhai deleted the merge/release/9.0.2xx-to-release/9.0.3xx branch March 12, 2025 08:54
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.

5 participants