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/8.0.1xx' => 'release/8.0.3xx' #46578

Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2025

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

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

  • marcpopMSFT
  • vseanreesermsft
  • dotnet-maestro[bot]
  • mmitche
  • nagilson

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

nagilson and others added 30 commits November 4, 2024 16:26
Create Subdirectory for Temp Deps.Json File. Please contact me for further information regarding this change.

----
#### AI description  (iteration 1)
#### PR Classification
Code cleanup

#### PR Summary
Refactored the creation of the temporary `deps.json` file to use a subdirectory for better organization.
- `src/Cli/dotnet/CommandFactory/CommandResolution/ProjectToolsCommandResolver.cs`: Changed the temporary file creation to use a subdirectory by combining `PathUtilities.CreateTempSubdirectory()` with `Path.GetRandomFileName()`.
…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-8.0.100**: from 8.0.11 to 8.0.12 (parent: Microsoft.NETCore.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: dd95552e-72fb-4363-9b59-08dbd5a5c3e7
- **Build**: 20241203.5
- **Date Produced**: December 3, 2024 11:28:49 PM UTC
- **Commit**: 89ef51c5d8f5239345127a1e282e11036e590c8b
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NET.HostModel**: [from 8.0.11-servicing.24517.7 to 8.0.12-servicing.24603.5][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.NETCore.Platforms**: [from 8.0.11-servicing.24517.7 to 8.0.12-servicing.24603.5][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.11-servicing.24517.7 to 8.0.12-servicing.24603.5][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.11-servicing.24517.7 to 8.0.12-servicing.24603.5][1]
  - **Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100**: [from 8.0.11 to 8.0.12][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5&targetVersion=GC89ef51c5d8f5239345127a1e282e11036e590c8b&_a=files
[2]: dotnet/emsdk@f623714...c458a76

[DependencyUpdate]: <> (End)

[marker]: <> (End:dd95552e-72fb-4363-9b59-08dbd5a5c3e7)
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:5ae73aca-14b4-4570-17b0-08dbd53e3897)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 5ae73aca-14b4-4570-17b0-08dbd53e3897
- **Build**: 20241203.9
- **Date Produced**: December 4, 2024 3:01:09 AM UTC
- **Commit**: 6b7b74f519fd8876bdcd2939a45e3fdab2b3513f
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **dotnet-user-jwts**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **dotnet-user-secrets**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.Analyzers**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.AspNetCore.Authorization**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.AspNetCore.Components.SdkAnalyzers**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.Components.Web**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]
  - **Microsoft.AspNetCore.TestHost**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.Extensions.FileProviders.Embedded**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.Extensions.ObjectPool**: [from 8.0.11 to 8.0.12][1]
  - **Microsoft.JSInterop**: [from 8.0.11 to 8.0.12][1]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.11-servicing.24521.16 to 8.0.12-servicing.24603.9][1]

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:5ae73aca-14b4-4570-17b0-08dbd53e3897)
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:5ae73aca-14b4-4570-17b0-08dbd53e3897)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 5ae73aca-14b4-4570-17b0-08dbd53e3897
- **Build**: 20241203.12
- **Date Produced**: December 4, 2024 7:28:32 AM UTC
- **Commit**: 31d685b2d9a86ca1243014d175a3da813f78e428
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **dotnet-user-jwts**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **dotnet-user-secrets**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.Analyzers**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.App.Ref**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.AspNetCore.Authorization**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.AspNetCore.Components.SdkAnalyzers**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.Components.Web**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]
  - **Microsoft.AspNetCore.TestHost**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.Extensions.FileProviders.Embedded**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.Extensions.ObjectPool**: [from 8.0.12 to 8.0.12][1]
  - **Microsoft.JSInterop**: [from 8.0.12 to 8.0.12][1]
  - **VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0**: [from 8.0.12-servicing.24603.9 to 8.0.12-servicing.24603.12][1]

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:5ae73aca-14b4-4570-17b0-08dbd53e3897)

[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 8.0.11-servicing.24521.7 to 8.0.12-servicing.24603.5 (parent: Microsoft.Windows...
…0116.3

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.8.15-preview-24613-11 -> To Version 17.8.18-preview-25066-03
…114.11

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25060.1 -> To Version 8.0.0-beta.25064.11
…0250115.1

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.113-servicing.25062.5 -> To Version 8.0.113-servicing.25065.1
…116.6

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25064.11 -> To Version 8.0.0-beta.25066.6
…0250116.8

Microsoft.SourceBuild.Intermediate.templating , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Mocks
 From Version 8.0.113-servicing.25062.5 -> To Version 8.0.113-servicing.25066.8
…ence-packages build 20250117.1

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25067.1
…0121.4

Microsoft.SourceBuild.Intermediate.msbuild , Microsoft.Build , Microsoft.Build.Localization
 From Version 17.8.18-preview-25066-03 -> To Version 17.8.19-preview-25071-04
…ence-packages build 20250128.5

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25078.5
…ence-packages build 20250131.5

Microsoft.SourceBuild.Intermediate.source-build-reference-packages
 From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25081.5
dotnet-maestro bot and others added 6 commits February 4, 2025 11:49
…203.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.25066.6 -> To Version 8.0.0-beta.25103.4
…nals build 20250204.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.25060.2 -> To Version 8.0.0-alpha.1.25104.1
…04.6

Microsoft.AspNetCore.Mvc.Razor.Extensions.Tooling.Internal , Microsoft.CodeAnalysis.Razor.Tooling.Internal , Microsoft.NET.Sdk.Razor.SourceGenerators.Transport
 From Version 7.0.0-preview.24629.6 -> To Version 7.0.0-preview.25104.6
@github-actions github-actions bot force-pushed the merge/release/8.0.1xx-to-release/8.0.3xx branch from 6b1472b to dddcb58 Compare February 6, 2025 00:48
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Feb 6, 2025
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.

4 participants