Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 25, 2025

Backport of #120069 to release/10.0

/cc @agocke @AaronRobinsonMSFT

Customer Impact

  • Customer reported
  • Found internally

Two issues have been logged on this change since it was introduced in .NET 10:

#119968
#119731

The first is a minor implementation bug, but the second represents a higher level long existing debugging UX affordance that is likely impacting. The decision was made to revert the enforcement that was added when the ExceptionHandling.RaiseAppDomainUnhandledExceptionEvent() API was introduced.

Regression

  • Yes
  • No

Testing

This reverts new non-necessary semantics introduced in .NET 10.

Risk

Low. No one should have been depending on this new behavior. We've also added documentation for the reverted to, previously existing, behavior - dotnet/dotnet-api-docs#11849.

This reverts the behavior to .NET Framework - there is now
nothing to prevent the handlers from being called
multiple times.
@AaronRobinsonMSFT AaronRobinsonMSFT added Servicing-consider Issue for next servicing release review area-ExceptionHandling-coreclr labels Sep 25, 2025
@AaronRobinsonMSFT AaronRobinsonMSFT added this to the 10.0.0 milestone Sep 25, 2025
@AaronRobinsonMSFT AaronRobinsonMSFT added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 25, 2025
@steveisok steveisok enabled auto-merge (squash) September 25, 2025 23:06
@steveisok steveisok merged commit 2bbfcee into release/10.0 Sep 25, 2025
151 of 154 checks passed
@AaronRobinsonMSFT AaronRobinsonMSFT deleted the backport/pr-120069-to-release/10.0 branch September 25, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants