-
Notifications
You must be signed in to change notification settings - Fork 5.1k
XML docs for LINQ Join, LeftJoin, RightJoin #111177
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
src/libraries/System.Linq.Queryable/src/System/Linq/Queryable.cs
Outdated
Show resolved
Hide resolved
ec356f5
to
a8e5a78
Compare
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
@roji I updated the branch, which will also force rerunning the pipelines. As far as I can tell, there's only one remaining topic for the remarks, with an open question to @carlossanlop. |
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.
I believe the questions have been answered. We need the porting tool to manually port docs to dotnet-api-docs and we're satisfied that <code>
blocks are supported.
/ba-g CI timeouts. |
* XML docs for LINQ Join, LeftJoin, RightJoin See #110872 (comment) * Remove nullability annotations in the docs * Fix some incorrect xml code references * Correct sample method names * Correct summaries --------- Co-authored-by: Jeff Handley <[email protected]> Co-authored-by: Eirik Tsarpalis <[email protected]>
See #110872 (comment)