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

Fix null check #108

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Fix null check #108

merged 1 commit into from
Sep 18, 2024

Conversation

martincostello
Copy link
Member

Check the value, not its name (which is never null).

Found by new CA2264 analyser in .NET 9 SDK.

Check the value, not its name (which is never null). Found by new CA2264 analyser in .NET 9 SDK.
@martincostello martincostello merged commit d4c14d1 into main Sep 18, 2024
6 checks passed
@martincostello martincostello deleted the fix-CA2264 branch September 18, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant