Skip to content

[automated] Merge branch 'release/9.0.1xx' => 'release/9.0.3xx' #49049

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

Open
wants to merge 105 commits into
base: release/9.0.3xx
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

I detected changes in the release/9.0.1xx 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.1xx by the following committers:

  • v-wuzhai
  • dotnet-maestro[bot]
  • marcpopMSFT
  • dotnet-sb-bot
  • mthalman
  • mmitche
  • nagilson
  • vseanreesermsft
  • edvilme
  • invalid-email-address
  • dotnet-bot
  • rainersigwald

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

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

dotnet-bot and others added 30 commits March 13, 2025 19:26
…otnet-runtime build 20250312.18

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.3 -> To Version 9.0.4

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100,Microsoft.SourceBuild.Intermediate.emsdk
 From Version 9.0.3-servicing.25105.2 -> To Version 9.0.4-servicing.25157.2 (parent: Microsoft.NETCore.App.Runtime.win-x64
…otnet-runtime build 20250313.5

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.3 -> To Version 9.0.4
…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.Transport**: from 9.0.3-servicing.25105.2 to 9.0.4-servicing.25157.2 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100**: from 9.0.3 to 9.0.4 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - **Microsoft.SourceBuild.Intermediate.emsdk**: from 9.0.3-servicing.25105.2 to 9.0.4-servicing.25157.2 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 57bb26e6-6f64-40cf-a4ea-5b973f41bc22
- **Build**: [20250312.18](https://dev.azure.com/dnceng/internal/_build/results?buildId=2661777)
- **Date Produced**: March 13, 2025 6:48:04 PM UTC
- **Commit**: [0c9b70db7b7bfcbc33e85bc40e215c3b138823e5](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GC0c9b70db7b7bfcbc33e85bc40e215c3b138823e5)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Bcl.AsyncInterfaces**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.Extensions.DependencyModel**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.Extensions.FileProviders.Abstractions**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.Extensions.FileSystemGlobbing**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.Extensions.Logging**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.Extensions.Logging.Abstractions**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.Extensions.Logging.Console**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.NET.HostModel**: [from 9.0.3-servicing.25111.13 to 9.0.4-servicing.25162.18][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.NETCore.App.Ref**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.3 to 9.0.4][1]
  - **Microsoft.NETCore.Platforms**: [from 9.0.3-servicing.25111.13 to 9.0.4-servicing.25162.18][1]
  - **Microsoft.Win32.SystemEvents**: [from 9.0.3 to 9.0.4][1]
  - **System.CodeDom**: [from 9.0.3 to 9.0.4][1]
  - **System.Composition.AttributedModel**: [from 9.0.3 to 9.0.4][1]
  - **System.Composition.Convention**: [from 9.0.3 to 9.0.4][1]
  - **System.Composition.Hosting**: [from 9.0.3 to 9.0.4][1]
  - **System.Composition.Runtime**: [from 9.0.3 to 9.0.4][1]
  - **System.Composition.TypedParts*...
…otnet-aspnetcore build 20250313.12

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.3-servicing.25112.20 -> To Version 9.0.4-servicing.25163.12
…otnet-aspnetcore build 20250314.3

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.3-servicing.25112.20 -> To Version 9.0.4-servicing.25164.3
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:7c429c14-b12b-40f6-ae9e-395f98f369df)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 7c429c14-b12b-40f6-ae9e-395f98f369df
- **Build**: [20250314.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663473)
- **Date Produced**: March 14, 2025 6:53:14 PM UTC
- **Commit**: [d5dc8a13cc618b9cbdc1e5744b4806c594d49553](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GCd5dc8a13cc618b9cbdc1e5744b4806c594d49553)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:7c429c14-b12b-40f6-ae9e-395f98f369df)
…otnet-windowsdesktop build 20250314.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.4

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.3-rtm.25113.4 -> To Version 9.0.4-rtm.25164.2 (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.25113.4 to 9.0.4-rtm.25164.2 (parent: Microsoft.WindowsDesktop.App.Ref)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 9.0.3-servicing.25112.2 to 9.0.4-servicing.25163.12 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 9.0.3-rtm.25113.4 to 9.0.4-rtm.25164.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:87db4525-6885-42da-8dd0-7ce296d7fd1a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 87db4525-6885-42da-8dd0-7ce296d7fd1a
- **Build**: [20250314.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2663639)
- **Date Produced**: March 14, 2025 8:42:20 PM UTC
- **Commit**: [6caea0d3a33c1eeaaa4270cfe448354e7cfa6b1e](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GC6caea0d3a33c1eeaaa4270cfe448354e7cfa6b1e)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:87db4525-6885-42da-8dd0-7ce296d7fd1a)
…otnet-windowsdesktop build 20250314.6

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.4 -> To Version 9.0.4
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:87db4525-6885-42da-8dd0-7ce296d7fd1a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 87db4525-6885-42da-8dd0-7ce296d7fd1a
- **Build**: [20250314.6](https://dev.azure.com/dnceng/internal/_build/results?buildId=2664006)
- **Date Produced**: March 15, 2025 5:52:03 AM UTC
- **Commit**: [ef0ddf89991072267608f432ca2163ac54fdecab](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCef0ddf89991072267608f432ca2163ac54fdecab)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 9.0.4 to 9.0.4][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 9.0.4 to 9.0.4][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0**: [from 9.0.4-servicing.25164.2 to 9.0.4-servicing.25164.6][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0**: [from 9.0.4-servicing.25164.2 to 9.0.4-servicing.25164.6][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC6caea0d3a33c1eeaaa4270cfe448354e7cfa6b1e&targetVersion=GCef0ddf89991072267608f432ca2163ac54fdecab&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:87db4525-6885-42da-8dd0-7ce296d7fd1a)
#### AI description  (iteration 1)
#### PR Classification
Dependency update

#### PR Summary
This pull request updates several dependencies to their latest versions.
- `eng/Version.Details.xml`: Updated multiple dependencies from version 9.0.3 to 9.0.4, including `Microsoft.NET.ILLink.Tasks`, `System.CodeDom`, `System.Formats.Asn1`, `Microsoft.WindowsDesktop.App.Runtime.win-x64`, `Microsoft.AspNetCore.App.Ref`, and others.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…0250415.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.106-servicing.25209.3 -> To Version 9.0.106-servicing.25215.3
…0250415.2

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.409-servicing.25209.2 -> To Version 8.0.409-servicing.25215.2
MSBuild 17.12.32

via `darc update-dependencies --id 263902`
…otnet-runtime build 20250415.9

Microsoft.Bcl.AsyncInterfaces , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.FileProviders.Abstractions , Microsoft.Extensions.FileSystemGlobbing , Microsoft.Extensions.Logging , Microsoft.Extensions.Logging.Abstractions , Microsoft.Extensions.Logging.Console , Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.Platforms , Microsoft.Win32.SystemEvents , System.CodeDom , System.Composition.AttributedModel , System.Composition.Convention , System.Composition.Hosting , System.Composition.Runtime , System.Composition.TypedParts , System.Configuration.ConfigurationManager , System.Formats.Asn1 , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.Pkcs , System.Security.Cryptography.ProtectedData , System.Security.Cryptography.Xml , System.Security.Permissions , System.ServiceProcess.ServiceController , System.Text.Encoding.CodePages , System.Text.Json , System.Windows.Extensions , VS.Redist.Common.NetCore.SharedFramework.x64.9.0 , VS.Redist.Common.NetCore.TargetingPack.x64.9.0 , Microsoft.SourceBuild.Intermediate.runtime.linux-x64
 From Version 9.0.4 -> To Version 9.0.5

Dependency coherency updates

Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100,Microsoft.SourceBuild.Intermediate.emsdk
 From Version 9.0.4-servicing.25157.2 -> To Version 9.0.5-servicing.25212.1 (parent: Microsoft.NETCore.App.Runtime.win-x64
…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.Transport**: from 9.0.4-servicing.25157.2 to 9.0.5-servicing.25212.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100**: from 9.0.4 to 9.0.5 (parent: Microsoft.NETCore.App.Runtime.win-x64)
  - **Microsoft.SourceBuild.Intermediate.emsdk**: from 9.0.4-servicing.25157.2 to 9.0.5-servicing.25212.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: [57bb26e6-6f64-40cf-a4ea-5b973f41bc22](https://maestro.dot.net/subscriptions?search=57bb26e6-6f64-40cf-a4ea-5b973f41bc22)
- **Build**: [20250415.9](https://dev.azure.com/dnceng/internal/_build/results?buildId=2687946)
- **Date Produced**: April 15, 2025 11:46:54 PM UTC
- **Commit**: [e36e4d1a8f8dfb08d7e3a6041459c9791d732c01](https://dev.azure.com/dnceng/internal/_git/dotnet-runtime?_a=history&version=GCe36e4d1a8f8dfb08d7e3a6041459c9791d732c01)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Bcl.AsyncInterfaces**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.Extensions.DependencyModel**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.Extensions.FileProviders.Abstractions**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.Extensions.FileSystemGlobbing**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.Extensions.Logging**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.Extensions.Logging.Abstractions**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.Extensions.Logging.Console**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.NET.HostModel**: [from 9.0.4-servicing.25163.5 to 9.0.5-servicing.25215.9][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.NETCore.App.Ref**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.NETCore.Platforms**: [from 9.0.4-servicing.25163.5 to 9.0.5-servicing.25215.9][1]
  - **Microsoft.Win32.SystemEvents**: [from 9.0.4 to 9.0.5][1]
  - **System.CodeDom**: [from 9.0.4 to 9.0.5][1]
  - **System.Composition.AttributedModel**: [from 9.0.4 to 9.0.5][1]
  - **System.Composition.Convention**: [from 9.0.4 to 9.0.5][1]
  - **System.Composition.Hosting**: [from 9.0.4 to 9.0.5][1]
  - **System.Com...
…otnet-windowsdesktop build 20250416.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.4 -> To Version 9.0.5

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 9.0.4-rtm.25164.2 -> To Version 9.0.5-rtm.25216.2 (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.4-rtm.25164.2 to 9.0.5-rtm.25216.2 (parent: Microsoft.WindowsDesktop.App.Ref)
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: from 9.0.4-servicing.25163.12 to 9.0.5-servicing.25216.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 9.0.4-rtm.25164.2 to 9.0.5-rtm.25216.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:87db4525-6885-42da-8dd0-7ce296d7fd1a)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: [87db4525-6885-42da-8dd0-7ce296d7fd1a](https://maestro.dot.net/subscriptions?search=87db4525-6885-42da-8dd0-7ce296d7fd1a)
- **Build**: [20250416.2](https://dev.azure.com/dnceng/internal/_build/results?buildId=2689053)
- **Date Produced**: April 16, 2025 10:32:12 PM UTC
- **Commit**: [b141ff423da53a66cda0be31dad3059317be52f6](https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop?_a=history&version=GCb141ff423da53a66cda0be31dad3059317be52f6)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 9.0.4 to 9.0.5][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 9.0.4 to 9.0.5][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0**: [from 9.0.4-servicing.25164.6 to 9.0.5-servicing.25216.2][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0**: [from 9.0.4-servicing.25164.6 to 9.0.5-servicing.25216.2][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 9.0.4-rtm.25164.2 to 9.0.5-rtm.25216.2][2]
  - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 9.0.4-servicing.25163.12 to 9.0.5-servicing.25216.1][3]
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: [from 9.0.4-rtm.25164.2 to 9.0.5-rtm.25216.2][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GCef0ddf89991072267608f432ca2163ac54fdecab&targetVersion=GCb141ff423da53a66cda0be31dad3059317be52f6&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC33f5371cc258de0a72569adf1e9fbcbf04256a17&targetVersion=GC6df813d45ebffd2739980b7f372767ac5fd68e2a&_a=files
[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCca42d9e58480ab4ebb845027c44c6b4f10e0539d&targetVersion=GC711ee9fe3398d64b89f2ae70b94c66d9d495cf72&_a=files

[DependencyUpd...
…otnet-aspnetcore build 20250416.7

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.4-servicing.25164.3 -> To Version 9.0.5-servicing.25216.7
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:7c429c14-b12b-40f6-ae9e-395f98f369df)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: [7c429c14-b12b-40f6-ae9e-395f98f369df](https://maestro.dot.net/subscriptions?search=7c429c14-b12b-40f6-ae9e-395f98f369df)
- **Build**: [20250416.7](https://dev.azure.com/dnceng/internal/_build/results?buildId=2689115)
- **Date Produced**: April 17, 2025 1:45:23 AM UTC
- **Commit**: [4b607610667282fef8960c479dfb7561b88d238d](https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore?_a=history&version=GC4b607610667282fef8960c479dfb7561b88d238d)
- **Branch**: refs/heads/internal/release/9.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:7c429c14-b12b-40f6-ae9e-395f98f369df)
Updated NuGet.config - replace msbuild feed

----
#### AI description  (iteration 1)
#### PR Classification
Configuration update

#### PR Summary
This pull request updates the `NuGet.config` file to replace the msbuild feed.
- `NuGet.config`: Added a new msbuild feed entry with key `darc-int-DotNet-msbuild-Trusted-933b72e`.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
…0250417.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.106-servicing.25215.3 -> To Version 9.0.106-servicing.25217.3
…ence-packages build 20250423.3

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.25209.1 -> To Version 9.0.0-alpha.1.25223.3
v-wuzhai and others added 25 commits May 14, 2025 14:02
…ld 20250514.1

Microsoft.SourceBuild.Intermediate.scenario-tests , Microsoft.DotNet.ScenarioTests.SdkTemplateTests
 From Version 9.0.0-preview.25257.1 -> To Version 9.0.0-preview.25264.1
…0250514.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25258.2 -> To Version 9.0.107-servicing.25264.3
…0250515.4

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25258.2 -> To Version 9.0.107-servicing.25265.4
…ld 20250516.2

Microsoft.SourceBuild.Intermediate.scenario-tests , Microsoft.DotNet.ScenarioTests.SdkTemplateTests
 From Version 9.0.0-preview.25264.1 -> To Version 9.0.0-preview.25266.2
…ence-packages build 20250516.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 9.0.0-alpha.1.25223.3 -> To Version 9.0.0-alpha.1.25266.1
…darc-release/9.0.1xx-8c9a8fbd-202a-4712-aad9-0672074c81f8
…0250518.3

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25258.2 -> To Version 9.0.107-servicing.25268.3
…0250518.8

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 9.0.107-servicing.25258.2 -> To Version 9.0.107-servicing.25268.8
@github-actions github-actions bot requested review from a team as code owners May 19, 2025 08:10
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.