-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter.xml #7941
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
|
Docs Build status updates of commit a51ab92: ✅ 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:
|
|
ping @stephentoub for comments. |
|
No one should ever be calling Now, there's the related question of "what about |
@stephentoub Per comments in dotnet#7941 , removing remarks that say 'This method is intended for compiler use rather than for use in application code.' > At this point, the right thing for TaskAwaiter and TaskAwaiter<T> is probably to just strike those sentence from the docs, though some extra verbiage around the distinction from Task.Wait would be welcome
@stephentoub Per comments in dotnet#7941 , removing remarks that say 'This type and its' members are intended for compiler use... > At this point, the right thing for TaskAwaiter and TaskAwaiter<T> is probably to just strike those sentence from the docs, though some extra verbiage around the distinction from Task.Wait would be welcome
|
Closing this as @stephentoub mentioned it shouldn't be used. |
@stephentoub Per comments in dotnet#7941 , removing remarks that say 'This type and its' members are intended for compiler use... > At this point, the right thing for TaskAwaiter and TaskAwaiter<T> is probably to just strike those sentence from the docs, though some extra verbiage around the distinction from Task.Wait would be welcome
Please see #7777
Summary
Changed the Remarks for the GetResult method.
Fixes #Issue_Number (if available)