Skip to content
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

Issue4658 timeout #4673

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

manfred-brands
Copy link
Member

This PR adds support for proper Timeout to .NET 8.0

Main item it to drop SerializationConstructor from Exception classes

From the recommended actions in dotnet/docs#34893:

Consider whether you truly need your custom exception type to be serializable. Chances are you do not need it to be serializable, as exception serialization is primarily intended to support remoting, and support for remoting was dropped in .NET Core 1.0.
Also support Abort/Kill on NET8

.NET 6.0 now throws PlatformNotSupportedException
This allows aborting threads stuck in Native waits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant