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

Add query documentation in EF Core #20573

Merged
merged 1 commit into from
Apr 24, 2020
Merged

Add query documentation in EF Core #20573

merged 1 commit into from
Apr 24, 2020

Conversation

smitpatel
Copy link
Member

Enable warning 1591

Will do relational assembly in other pass hence disabled in that csproj.

Also,
Make EntityMaterializerSource public internal
Make QueryableMethods to be shared internal
Make IParameterValues public internal

@smitpatel smitpatel requested a review from a team April 9, 2020 01:26
src/EFCore/Extensions/EntityTypeExtensions.cs Show resolved Hide resolved
src/EFCore/Extensions/IndexExtensions.cs Show resolved Hide resolved
src/EFCore/Metadata/MemberIdentity.cs Show resolved Hide resolved
src/EFCore/Query/ReplacingExpressionVisitor.cs Outdated Show resolved Hide resolved
src/EFCore/Query/ReplacingExpressionVisitor.cs Outdated Show resolved Hide resolved
src/EFCore/Query/ShapedQueryCompilingExpressionVisitor.cs Outdated Show resolved Hide resolved
src/EFCore/Query/ShapedQueryExpression.cs Outdated Show resolved Hide resolved
src/EFCore/Storage/IDatabase.cs Outdated Show resolved Hide resolved
Copy link
Member

@AndriySvyryd AndriySvyryd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add more docs and remove the suppressions as a separate commit.

@smitpatel smitpatel force-pushed the smit/lovelydocs branch 2 times, most recently from 6c3114c to fb71496 Compare April 15, 2020 11:51
Enable warning 1591

Will do relational assembly in other pass hence disabled in that csproj.

Also,
Make EntityMaterializerSource public internal
Make QueryableMethods to be shared internal
Make IParameterValues public internal
@smitpatel smitpatel merged commit 7cb52b3 into master Apr 24, 2020
@smitpatel smitpatel deleted the smit/lovelydocs branch April 24, 2020 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants