Skip to content

Add name parameter to Set overload docs#24555

Merged
ajcvickers merged 1 commit intomainfrom
ItsDocsButItsNot0331
Mar 31, 2021
Merged

Add name parameter to Set overload docs#24555
ajcvickers merged 1 commit intomainfrom
ItsDocsButItsNot0331

Conversation

@ajcvickers
Copy link
Contributor

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
Contributor 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