-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix description of returned Task from RunConsoleAsync #4685
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
Fix description of returned Task from RunConsoleAsync.
Docs Build status updates of commit 2604f94:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml | View | Details |
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Microsoft.Extensions.Hosting.Internal.ConsoleLifetime'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Microsoft.Extensions.Hosting.Internal.ConsoleLifetime'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
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.
Note: Your PR may contain errors or warnings 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 in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
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.
@heshamamin Thanks for fixing this. I just had one suggestion to improve it further.
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
Outdated
Show resolved
Hide resolved
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
Outdated
Show resolved
Hide resolved
replace token with console Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
replace token with console Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Docs Build status updates of commit b34183b:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml | View | Details |
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Microsoft.Extensions.Hosting.Internal.ConsoleLifetime'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Microsoft.Extensions.Hosting.Internal.ConsoleLifetime'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
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.
Note: Your PR may contain errors or warnings 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 in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
Docs Build status updates of commit 119fb96:
|
File | Status | Preview URL | Details |
---|---|---|---|
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml | View | Details |
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Microsoft.Extensions.Hosting.Internal.ConsoleLifetime'.
- Line 0, Column 0: [Warning-xref-not-found]
Cross reference not found: 'Microsoft.Extensions.Hosting.Internal.ConsoleLifetime'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
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.
Note: Your PR may contain errors or warnings 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 in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
Fix the description of returned Task from RunConsoleAsync. It completes upon token cancellation or application shutdown.