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

Use [CallerArgumentExpression] in Check helper methods #33523

Open
stevendarby opened this issue Apr 12, 2024 · 0 comments · May be fixed by #33524
Open

Use [CallerArgumentExpression] in Check helper methods #33523

stevendarby opened this issue Apr 12, 2024 · 0 comments · May be fixed by #33524

Comments

@stevendarby
Copy link
Contributor

Just a small, internal code-cleanup suggestion to make use of [CallerArgumentExpression] in the Check helper methods, so that the parameter name don't have to be explicitly passed in everywhere.

stevendarby pushed a commit to stevendarby/efcore that referenced this issue Apr 12, 2024
…methods

- Remove explicit setting of parameterName from uses of these methods

Fixes dotnet#33523
@roji roji self-assigned this Apr 29, 2024
@roji roji added this to the 9.0.0 milestone Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants