Skip to content
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

Document LINQ extension methods #17564

Closed
Vivelin opened this issue Mar 27, 2019 · 2 comments
Closed

Document LINQ extension methods #17564

Vivelin opened this issue Mar 27, 2019 · 2 comments
Assignees
Labels
area-docs area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported punted-for-3.1 type-enhancement
Milestone

Comments

@Vivelin
Copy link

Vivelin commented Mar 27, 2019

The summary of SingleOrDefaultAsync states that an exception is thrown when there is more than one element in the sequence; however, it does not state the type of exception that is thrown.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@ajcvickers ajcvickers transferred this issue from dotnet/EntityFramework.Docs Sep 2, 2019
@ajcvickers ajcvickers changed the title Missing exception documentation for SingleOrDefaultAsync (and possibly others) Document LINQ extension methods Sep 7, 2019
@ajcvickers
Copy link
Member

Note from triage: For LINQ methods, copy the docs from corefx. See also #17692

@roji
Copy link
Member

roji commented Sep 19, 2020

Our documentation for the async LINQ operators is already identical to the corefx docs: compare ours to theirs. Exceptions are properly documented by type in the documentation exception section, it seems quite sufficient to me.

@roji roji removed this from the MQ milestone Sep 19, 2020
@ajcvickers ajcvickers added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Sep 21, 2020
@ajcvickers ajcvickers added this to the MQ milestone Sep 21, 2020
@ajcvickers ajcvickers modified the milestones: MQ, 6.0.0 Nov 25, 2020
@ajcvickers ajcvickers modified the milestones: 6.0.0, 6.0.0-preview1 Jan 27, 2021
@ajcvickers ajcvickers modified the milestones: 6.0.0-preview1, 6.0.0 Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-docs area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. customer-reported punted-for-3.1 type-enhancement
Projects
None yet
Development

No branches or pull requests

5 participants