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 name parameter to Set overload docs #24555

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Conversation

ajcvickers
Copy link
Member

Fixes #23683

@ajcvickers ajcvickers requested a review from a team March 31, 2021 16:49
else
{
throw new InvalidOperationException(CoreStrings.InvalidSetType(type.ShortDisplayName()));
throw new InvalidOperationException(
Copy link
Member

Choose a reason for hiding this comment

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

nit: can even use conditional operator

Copy link
Member Author

Choose a reason for hiding this comment

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

This is just code cleanup

@ajcvickers ajcvickers merged commit bbf3963 into main Mar 31, 2021
@ajcvickers ajcvickers deleted the ItsDocsButItsNot0331 branch March 31, 2021 22:04
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.

Missing documentation for parameter "name" in DbContext.Set<TEntity>(string)
2 participants