-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update HandleProcessCorruptedStateExceptionsAttribute docs #3335
Conversation
It appears that the handling of process corruption exceptions are not supported by design, and this attribute has no effect (https://github.com/dotnet/coreclr/issues/9045#issuecomment-290159433). To avoid confusion the documentation should be updated to reflect this .NET Core specific behaviour. Related: #3051
Yes, this is by design. |
@mairaw Why is there no preview link in the build report? |
It would be good to request that indeed. It might hard to determine the exact URLs touched on a PR because a single file generates multiple pages. |
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.
One small suggestion to break up the sentences - good for localization.
xml/System.Runtime.ExceptionServices/HandleProcessCorruptedStateExceptionsAttribute.xml
Outdated
Show resolved
Hide resolved
…teExceptionsAttribute.xml Apply suggestions Co-Authored-By: Genevieve Warren <[email protected]>
I made some small updates to avoid issues for loc and avoid reintroducing the same acronym that was already defined. We can merge once build finishes. Thanks @Gnbrkm41! |
Summary
It appears that the handling of process corruption exceptions are not supported by design, and this attribute has no effect (https://github.com/dotnet/coreclr/issues/9045#issuecomment-290159433). To avoid confusion the documentation should be updated to reflect this .NET Core specific behaviour.
Fixes #3051
cc @jkotas - Could you confirm that this is indeed by design?