-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix description on RunConsoleAsync #4996
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
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
Outdated
Show resolved
Hide resolved
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
Outdated
Show resolved
Hide resolved
xml/Microsoft.Extensions.Hosting/HostingHostBuilderExtensions.xml
Outdated
Show resolved
Hide resolved
Docs Build status updates of commit aca149e:
|
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 4db1234:
|
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.
LGTM.
The warning you got is unrelated to your change, so feel free to merge. It's again caused because the API Microsoft.Extensions.Hosting.Internal.ConsoleLifetime
is not recognized, even though the DocId was mentioned correctly and the file exists.
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.
Thanks!
Summary
Refer to docs in https://github.com/dotnet/runtime/blob/b6af738eabf08b7e450e8a73290c2baca8635334/src/libraries/Microsoft.Extensions.Hosting/src/HostingHostBuilderExtensions.cs#L169
cc: @eerhardt