[manual] Merge release/8.0-staging into release/8.0#120614
Merged
PranavSenthilnathan merged 11 commits intodotnet:release/8.0from Oct 14, 2025
Merged
[manual] Merge release/8.0-staging into release/8.0#120614PranavSenthilnathan merged 11 commits intodotnet:release/8.0from
PranavSenthilnathan merged 11 commits intodotnet:release/8.0from
Conversation
…ence-packages build 20250912.3 (dotnet#120023) On relative base path root Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25428.6 -> To Version 8.0.0-alpha.1.25462.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ease/8.0-staging [automated] Merge branch 'release/8.0' => 'release/8.0-staging'
* [release/8.0] Bump STJ and MSBuild Version Resolves CG alerts * Bump other necessary components * Update deps with the correct versions * Add separate Microsoft.SourceBuild.Intermediate.runtime dependency * Update to a public build --------- Co-authored-by: Michael Simons <msimons@microsoft.com>
…otnet#120266) Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
* [release/8.0] Bump OSX.12 helix queues to OSX.13 * Incorporate dotnet#112647 * msquic transport usage tweaks * Skip OpenSslNamedKeysTests.manual.cs outright on osx mono
…dotnet#119803) * Update dependencies from https://github.com/dotnet/hotreload-utils build 20250917.2 On relative base path root Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.25411.2 -> To Version 8.0.0-alpha.0.25467.2 * Update dependencies from https://github.com/dotnet/hotreload-utils build 20251002.2 On relative base path root Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.25411.2 -> To Version 8.0.0-alpha.0.25502.2 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Tanner Gooding <tagoo@microsoft.com>
) * Update dependencies from https://github.com/dotnet/icu build 20251002.2 On relative base path root Microsoft.NETCore.Runtime.ICU.Transport From Version 8.0.0-rtm.25466.3 -> To Version 8.0.0-rtm.25502.2 * Update dependencies from https://github.com/dotnet/icu build 20251004.1 On relative base path root Microsoft.NETCore.Runtime.ICU.Transport From Version 8.0.0-rtm.25466.3 -> To Version 8.0.0-rtm.25504.1 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…004.1 (dotnet#120401) On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25473.1 -> To Version 8.0.0-beta.25504.1 Microsoft.DotNet.XUnitConsoleRunner From Version 2.5.1-beta.25473.1 -> To Version 2.5.1-beta.25504.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ld 20251004.1 (dotnet#120416) On relative base path root Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData From Version 8.0.0-beta.25467.2 -> To Version 8.0.0-beta.25504.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ild 20251004.1 (dotnet#120403) On relative base path root Microsoft.DotNet.HotReload.Utils.Generator.BuildTool From Version 8.0.0-alpha.0.25502.2 -> To Version 8.0.0-alpha.0.25504.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This is a manual merge PR bringing changes from the release/8.0-staging branch into release/8.0. The changes primarily involve dependency version updates, test adjustments for improved compatibility across platforms, and cleanup of unused functionality.
- Updates various Microsoft.DotNet.* package versions from beta.25473.1 to beta.25504.1
- Consolidates RSA 384-bit key support detection into a centralized platform support utility
- Removes deprecated QUIC transport package functionality and updates documentation
Reviewed Changes
Copilot reviewed 14 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/libraries/tests.proj | Excludes OpenSSL tests on macOS due to missing OpenSSL in Helix queue |
| src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/Stream.WriteTests.cs | Removes deep nesting test cases to prevent memory constraint failures |
| src/libraries/System.Security.Cryptography/tests/System.Security.Cryptography.Tests.csproj | Conditionally excludes OpenSSL tests on macOS and Mono |
| src/libraries/System.Security.Cryptography/tests/DefaultRSAProvider.cs | Refactors RSA 384-bit support detection to use centralized utility |
| src/libraries/System.Security.Cryptography.Csp/tests/RSACryptoServiceProviderProvider.cs | Updates to use centralized RSA 384-bit support detection |
| src/libraries/System.Security.Cryptography.Cng/tests/RSACngProvider.cs | Consolidates RSA 384-bit support logic with centralized utility |
| src/libraries/System.Net.Quic/src/System.Net.Quic.csproj | Removes unused QUIC transport package configuration and dependencies |
| src/libraries/System.Net.Quic/readme.md | Updates documentation with current package installation instructions |
| src/libraries/Common/tests/System/Security/Cryptography/PlatformSupport.cs | Adds centralized RSA 384-bit key support detection utility |
| global.json | Updates Microsoft.DotNet SDK versions to beta.25504.1 and IL SDK to servicing version |
| eng/pipelines/libraries/helix-queues-setup.yml | Updates macOS Helix queues from OSX.1200 to OSX.13 |
| eng/pipelines/coreclr/templates/helix-queues-setup.yml | Updates macOS Helix queues from OSX.1200 to OSX.13 |
| eng/Versions.props | Updates multiple dependency versions including Arcade, runtime assets, and toolset packages |
| eng/Version.Details.xml | Updates dependency SHA references and versions across multiple components |
This was referenced Oct 13, 2025
Member
Author
tarekgh
approved these changes
Oct 14, 2025
ba29bf2
into
dotnet:release/8.0
341 of 385 checks passed
This was referenced Nov 11, 2025
This was referenced Nov 12, 2025
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.