-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Document BreakForUserUnhandledException and DebuggerDisableUserUnhadledExceptionsAttribute #10406
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
Document BreakForUserUnhandledException and DebuggerDisableUserUnhadledExceptionsAttribute #10406
Conversation
Tagging subscribers to this area: @tommcdon |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <[email protected]>
…ttribute.xml Co-authored-by: Genevieve Warren <[email protected]>
…ttribute.xml Co-authored-by: Genevieve Warren <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Learn Build status updates of commit 66866d2:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml | View | Details | |
xml/System.Diagnostics/Debugger.xml | ✅Succeeded | View |
xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
- Line 0, Column 0: [Warning: disallowed-html-tag - See documentation]
HTML tag 'see' isn't allowed. Replace it with approved Markdown or escape the brackets if the content is a placeholder.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
@gewarren I believe all feedback has been addressed. There is a new warning caused by the |
@gewarren sorry for the additional ping, please let me know if there is any additional feedback on this PR |
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.
see cref
must be converted to xref
in Markdown sections.
xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
Outdated
Show resolved
Hide resolved
Learn Build status updates of commit ad90489: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Summary
Documents the following missing items added during .NET 9
Fixes dotnet/runtime#105980