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

Refactor async checks to avoid CA2012 & other cleanup #63

Merged
merged 3 commits into from
Apr 21, 2024
Merged

Conversation

DamianEdwards
Copy link
Owner

  • Rename a method
  • Refactor async checking to avoid C# message CA2012
  • Add NotNullWhen attribute for netstandard2.0 to avoid editor messages
  • Remove redundant clauses regarding primitive types

Fixes #57

@DamianEdwards DamianEdwards merged commit 206ee70 into main Apr 21, 2024
1 check passed
@DamianEdwards DamianEdwards deleted the CA2012 branch May 4, 2024 17:00
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.

DoNotValidatePropertiesOf double checks primitive types
1 participant