-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[manual] Merge release/8.0-staging into release/8.0 #120614
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
[manual] Merge release/8.0-staging into release/8.0 #120614
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 <[email protected]>
…otnet#120266) Co-authored-by: Jeff Handley <[email protected]>
* [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 <[email protected]>
) * 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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
ba29bf2
into
dotnet:release/8.0
No description provided.