-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Port new triple slash docs for .NET 7 Alpha [Dec '21 - Jan '22] #7603
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
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
This comment has been minimized.
This comment has been minimized.
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.
Hosting LGTM
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.
System.Threading LGTM
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
]]></format> | ||
</remarks> | ||
<exception cref="T:System.OperationCanceledException">The token has had cancellation requested.</exception> | ||
<related type="Article" href="/dotnet/standard/threading/cancellation-in-managed-threads">Cancellation</related> | ||
<related type="Article" href="/dotnet/standard/parallel-programming/task-cancellation">Task Cancellation</related> | ||
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-cancel-a-task-and-its-children">How to: Cancel a Task and Its Children</related> | ||
<exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"/> has been disposed.</exception> |
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.
It doesn't throw this exception and i removed it recently, apparently we need update the doc in the runtime repo
<exception cref="T:System.ObjectDisposedException">The associated <see cref="T:System.Threading.CancellationTokenSource"/> has been disposed.</exception> |
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.
Thank you for letting me know. I'll revert the changes in this file.
This reverts commit b8b7c5b.
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.
System.Reflection.Metadata LGTM
Docs Build status updates of commit cc97e81: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
This PR is part of a monthly effort to port triple slash documentation to docs.
Area owners to review:
Past PRs:
cc @jeffhandley