{{ message }}
[manual] Merge release/8.0-staging into release/8.0#115498
Merged
Merged
Conversation
…114441) * Update dependencies from https://github.com/dotnet/arcade build 20250408.7 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.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25164.5 -> To Version 8.0.0-beta.25208.7 * Update dependencies from https://github.com/dotnet/arcade build 20250414.7 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.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.25164.5 -> To Version 8.0.0-beta.25214.7 * Update MicrosoftDotnetSdkInternalVersion to 8.0.115 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
…ease/8.0-staging [automated] Merge branch 'release/8.0' => 'release/8.0-staging'
After the recent VS upgrade from 17.12.5 to 17.13.2 we started seeing access violations in the mono-aot-cross.exe when targetting wasm. We tracked it down to sgen_clz being miscompiled, we can workaround the compiler bug by switching from ternary condition to if/else. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
…dotnet#114906) Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
…OS/tvOS simulator jobs to `osx.14.arm64.open` and `osx.15.amd64.open` queues (dotnet#114633) iOSSimulator, tvOSSimulator, MacCatalyst pipelines are migrated to: - `osx.15.amd64.open` - `osx.14.arm64.open` (until `osx.15.arm64.open` has enough machines) ## Newly failing test scenarios Some new failures were discovered during the migration. The tests were disabled and tracking issues were open to monitor progress for enablement. - System.Net.Sockets.Tests.SocketOptionNameTest.MulticastInterface_Set_AnyInterface_Succeeds - System.IO.IsolatedStorage - System.IO. MemoryMappedFiles - System.Net.Sockets.Tests.SendTo_.*.Datagram_UDP_AccessDenied_Throws_DoesNotBind
…dotnet#115012) I noticed we were sending 30k workitems each day to various Helix queues, this is due to the outerloop pipeline having a schedule triggere which matches old preview branches or the staging branches. This fixes that and also sets it so that the trigger only applies if there are actual source changes. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
* Fix Idn tests [Test Only] Port the Idna test fixes to support Unicode 15 * Minor fix * Fine tune the idn to Unicode versions * Add missing files
* new-dfr in one commit * fixes for decommitting large+huge and comments * only age regions during BGC * fix age_all_region_kinds condition. * fixing merge conflict. * fix merge issues. * PR Feedback --------- Co-authored-by: Mark Plesko <markples@microsoft.com>
… StartNewTlsSessionContext() to NetFx (dotnet#115008)
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
…ease/8.0-staging [automated] Merge branch 'release/8.0' => 'release/8.0-staging'
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR performs a merge of release/8.0-staging into release/8.0 with primarily merge commit changes. The key updates include new Unicode test files (for Unicode 15.0, 15.1, and 16.0), ICU version threshold updates in the test factory, modifications to GC free region enums and related constants, and updates to various project and pipeline configuration files.
Reviewed Changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated 1 comment.
Show a summary per file
Comments suppressed due to low confidence (3)
src/libraries/System.DirectoryServices.Protocols/src/System.DirectoryServices.Protocols.csproj:7
- Verify that changing GeneratePackageOnBuild to true and updating ServicingVersion to 2 is intentional, as these settings will affect package distribution.
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
src/libraries/System.Globalization.Extensions/tests/IdnMapping/Data/Factory.cs:29
- Confirm that updating the ICU version threshold from 74.0 to 76.0 for selecting Unicode 16.0 test data aligns with the intended support and test coverage.
if (PlatformDetection.ICUVersion >= new Version(76, 0))
src/coreclr/gc/gcpriv.h:5286
- Ensure that the new decommit age constants for basic, large, and huge free regions (introduced with AGE_IN_FREE_TO_DECOMMIT_BASIC, _LARGE, and _HUGE) reflect the intended GC tuning parameters.
#define AGE_IN_FREE_TO_DECOMMIT_BASIC 20
carlossanlop
approved these changes
May 12, 2025
This was referenced May 13, 2025
This was referenced May 13, 2025
Member
Author
rbhanda
approved these changes
May 15, 2025
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.

MERGE COMMIT