Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merging internal commits for release/8.0.4xx #43985

Conversation

vseanreesermsft
Copy link
Contributor

No description provided.

Mirroring and others added 30 commits August 6, 2024 20:32
…3 repositories

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 1ab2aba6-b648-40a9-9fe8-08dca2920c50
- **Build**: 20240816.3
- **Date Produced**: August 16, 2024 7:27:15 PM UTC
- **Commit**: 23b93b402cc7df84a0a21b24d0f542a1dd3d96f2
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

[11]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GC41f1ec2243c96ee6f316cf6a714bfb2c426ff9b3&targetVersion=GC23b93b402cc7df84a0a21b24d0f542a1dd3d96f2&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)

[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.8-servicing.24366.7 to 8.0.9-servicing.24416.4 (parent: Microsoft.WindowsDesktop.App...
Add System.Diagnostics.EventLog to CPM

Cherry-picked from commit `f423d4b6`.

----
#### AI description  (iteration 1)
#### PR Classification
New feature: Added support for `System.Diagnostics.EventLog`.

#### PR Summary
This pull request adds the `System.Diagnostics.EventLog` package to the project dependencies.
- Updated `/eng/Version.Details.xml` to include `System.Diagnostics.EventLog` version 8.0.0.
- Modified `/Directory.Packages.props` to reference `System.Diagnostics.EventLog`.
- Added `SystemDiagnosticsEventLogPackageVersion` to `/eng/Versions.props`.
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:82bc8158-ef88-4a27-3f7b-08dca299e604)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 82bc8158-ef88-4a27-3f7b-08dca299e604
- **Build**: 20240815.9
- **Date Produced**: August 16, 2024 2:25:38 AM UTC
- **Commit**: 3c8202d88deea14a87c7665190286d2a67e464c0
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **System.Diagnostics.EventLog**: [from 8.0.0 to 8.0.1][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC5535e31a712343a63f5d7d796cd874e563e5ac14&targetVersion=GC3c8202d88deea14a87c7665190286d2a67e464c0&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:82bc8158-ef88-4a27-3f7b-08dca299e604)
Merge from public release/8.0.4xx to internal/release/8.0.4xx and resolve conflicts if necessary

----
#### AI description  (iteration 1)
#### PR Classification
Code update to merge changes from the public repository into the internal release branch.

#### PR Summary
This pull request updates various dependencies and adds new functionality for handling Docker credentials.
- Updated dependency versions in `/eng/Version.Details.xml`.
- Added methods to `src/Containers/Microsoft.NET.Build.Containers/AuthHandshakeMessageHandler.cs` for retrieving Docker credentials from environment variables based on registry mode.
Merge from public release/8.0.4xx to internal/release/8.0.4xx and resolve conflicts if necessary
maestro-prod-Primary and others added 24 commits September 12, 2024 18:44
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 1ab2aba6-b648-40a9-9fe8-08dca2920c50
- **Build**: 20240911.18
- **Date Produced**: September 12, 2024 12:40:23 AM UTC
- **Commit**: fd65361547aa54e78f8108c8b084287272a6655c
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

[3]: https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore/branches?baseVersion=GCeb8fb8ae9ba0be53eb01aaa564f50149f7fc5a52&targetVersion=GCfd65361547aa54e78f8108c8b084287272a6655c&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)

[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.9 to 8.0.9 (parent: Microsoft.NETCore.App....
…otnet-aspnetcore build 20240912.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.8.0
 From Version 8.0.10-servicing.24461.18 -> To Version 8.0.10-servicing.24462.7
…otnet-windowsdesktop build 20240912.11

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0
 From Version 8.0.9 -> To Version 8.0.10

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.9-servicing.24416.4 -> To Version 8.0.10-servicing.24462.4 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-windowsdesktop build 20240912.13

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

Dependency coherency updates

Microsoft.NET.Sdk.WindowsDesktop
 From Version 8.0.10-servicing.24462.4 -> To Version 8.0.10-servicing.24462.8 (parent: Microsoft.WindowsDesktop.App.Ref
…otnet-aspnetcore build 20240912.15

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.8.0
 From Version 8.0.10-servicing.24462.7 -> To Version 8.0.10-servicing.24462.15
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 1ab2aba6-b648-40a9-9fe8-08dca2920c50
- **Build**: 20240912.15
- **Date Produced**: September 13, 2024 12:14:56 AM UTC
- **Commit**: dd48611ed11af2f989057ba2f69d94ddf2a1992d
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)

[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.10-servicing.24462.4 to 8.0.10-servicing.24462.8 (parent: Microsoft.Wi...
System.Reflection.Metadata 8.0.0
Microsoft.Extensions.DependencyInjection 8.0.0
…uiltBaseline.xml

Updated SourceBuildPrebuiltBaseline.xml - add prebuilt
System.Reflection.Metadata 8.0.0
Microsoft.Extensions.DependencyInjection 8.0.0

----
#### AI description  (iteration 1)
#### PR Classification
Documentation update.

#### PR Summary
Updated `SourceBuildPrebuiltBaseline.xml` to include additional usage patterns for specific package versions.
- `eng/SourceBuildPrebuiltBaseline.xml`: Added usage patterns for `Microsoft.Extensions.DependencyInjection/*8.0.0*` and `System.Reflection.Metadata/*8.0.0*`.
…otnet-aspnetcore build 20240913.9

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.8.0
 From Version 8.0.10-servicing.24462.15 -> To Version 8.0.10-servicing.24463.9
…dnceng/internal/dotnet-aspnetcore

This pull request updates the following dependencies

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 1ab2aba6-b648-40a9-9fe8-08dca2920c50
- **Build**: 20240913.9
- **Date Produced**: September 13, 2024 11:18:43 PM UTC
- **Commit**: c65d3350a9a305eec3162c2d18dc4b1d0cd267c7
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

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

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

[DependencyUpdate]: <> (End)

[marker]: <> (End:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
…ml - downgrade EventLog to rtm

Updated Version.Details.xml - downgrade EventLog to rtm

Cherry-picked from commit `48ef5a7c`.

----
#### AI description  (iteration 1)
#### PR Classification
Dependency version update.

#### PR Summary
This pull request downgrades the `System.Diagnostics.EventLog` dependency to version 8.0.0 in preparation for the 8.0.4xx release.
- Updated `System.Diagnostics.EventLog` version from 8.0.1 to 8.0.0 in `/eng/Version.Details.xml`
- Adjusted the corresponding SHA to match the downgraded version.
…Updated Version.Details.x...

Revert "Merged PR 42941: [internal/release/8.0.4xx] Updated Version.Details.xml - downgrade EventLog to rtm

Updated Version.Details.xml - downgrade EventLog to rtm

Cherry-picked from commit `48ef5a7c`.

----
#### AI description  (iteration 1)
#### PR Classification
Revert of a previous version update.

#### PR Summary
This pull request reverts changes made in a previous PR that updated the version of `System.Diagnostics.EventLog`.
- Reverted `System.Diagnostics.EventLog` version from `8.0.1` back to `8.0.0` in `/eng/Version.Details.xml`.
- Reverted `SystemDiagnosticsEventLogPackageVersion` from `8.0.1` back to `8.0.0` in `/eng/Versions.props`.
Real build https://dev.azure.com/dnceng/internal/_build/results?buildId=2537419&view=results

----
#### AI description  (iteration 1)
#### PR Classification
Dependency update.

#### PR Summary
This pull request updates the Roslyn dependencies to version 4.11.0-3.24462.14 to support STJ 8.0.5.
- Updated Roslyn dependencies in `eng/Version.Details.xml`.
- Updated Roslyn package versions in `eng/Versions.props`.
…3 repositories

This pull request updates the following dependencies

[marker]: <> (Begin:82bc8158-ef88-4a27-3f7b-08dca299e604)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 82bc8158-ef88-4a27-3f7b-08dca299e604
- **Build**: 20240916.10
- **Date Produced**: September 17, 2024 10:28:54 PM UTC
- **Commit**: 81cabf2857a01351e5ab578947c7403a5b128ad1
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.Extensions.DependencyModel**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.Extensions.Logging**: [from 8.0.1 to 8.0.1][1]
  - **Microsoft.Extensions.Logging.Abstractions**: [from 8.0.2 to 8.0.2][1]
  - **Microsoft.Extensions.Logging.Console**: [from 8.0.1 to 8.0.1][1]
  - **Microsoft.NET.HostModel**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
  - **Microsoft.NET.ILLink.Tasks**: [from 8.0.10 to 8.0.10][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 8.0.10 to 8.0.10][1]
  - **Microsoft.NETCore.App.Ref**: [from 8.0.10 to 8.0.10][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.10 to 8.0.10][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 8.0.10 to 8.0.10][1]
  - **Microsoft.NETCore.Platforms**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
  - **System.Configuration.ConfigurationManager**: [from 8.0.1 to 8.0.1][1]
  - **System.Diagnostics.EventLog**: [from 8.0.1 to 8.0.1][2]
  - **System.Reflection.MetadataLoadContext**: [from 8.0.1 to 8.0.1][1]
  - **System.Security.Cryptography.Pkcs**: [from 8.0.1 to 8.0.1][1]
  - **System.Security.Cryptography.Xml**: [from 8.0.2 to 8.0.2][1]
  - **System.ServiceProcess.ServiceController**: [from 8.0.1 to 8.0.1][1]
  - **System.Text.Json**: [from 8.0.5 to 8.0.5][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.8.0**: [from 8.0.10-servicing.24461.12 to 8.0.10-servicing.24466.10][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCa8108c906081c3c0198f250fb210c1dd275b2f01&targetVersion=GC81cabf2857a01351e5ab578947c7403a5b128ad1&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC7dc1560dfb4ff946388512ef439fcb44f294b32a&targetVersion=GC81cabf2857a01351e5ab578947c7403a5b128ad1&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:82bc8158-ef88-4a27-3f7b-08dca299e604)

[marker]: <> (Begin:1ab2aba6-b648-40a9-9fe8-08dca2920c50)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: 1ab2aba6-b648-40a9-9fe8-08dca2920c50
- **Build**: 20240917.7
- **Date Produced**: September 18, 2024 2:05:29 AM UTC
- **Commit**: e21371388879fd8762e0043a825a1ab77901fe66
- **Branch**: refs/heads/internal/release/8.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 8.0.10-servicing.244...
Real build is https://dev.azure.com/dnceng/internal/_build/results?buildId=2541851&view=results
Matching branch is `release/8.x`
 https://github.com/dotnet/format @ release/8.x -> .NET 8
https://github.com/dotnet/format (.NET 8) ==> 'https://github.com/dotnet/sdk' ('release/8.0.4xx')

----
#### AI description  (iteration 1)
#### PR Classification
Dependency update.

#### PR Summary
This pull request updates the version of the `dotnet-format` dependency to a newer version.
- Updated `dotnet-format` version in `/eng/Version.Details.xml` from `8.3.545404` to `8.3.546805`.
- Updated `dotnet-format` package source key in `/NuGet.config`.
- Updated `dotnetformatVersion` property in `/eng/Versions.props` to `8.3.546805`.
Real build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2542057&view=results
Flow from https://github.com/dotnet/roslyn (VS 17.11) ==> 'https://github.com/dotnet/sdk' ('release/8.0.4xx')

----
#### AI description  (iteration 1)
#### PR Classification
Dependency update.

#### PR Summary
This pull request updates the Roslyn dependencies to a newer version.
- Updated Roslyn dependencies in `eng/Version.Details.xml` to version `4.11.0-3.24468.6`.
- Updated Roslyn package versions in `eng/Versions.props` to version `4.11.0-3.24468.6`.
@mmitche mmitche merged commit 7c0d324 into dotnet:release/8.0.4xx Oct 9, 2024
17 checks passed
# for free to join this conversation on GitHub. Already have an account? # 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