-
-
Notifications
You must be signed in to change notification settings - Fork 169
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 guard clauses for SmartEnum #533
Conversation
…ln, referenced GuardClauses in Packages.props
@ardalis Hey Ardalis, |
Update System.Text.Json if you have a chance otherwise I'll get to it eventually. |
…ment for compilation (left the comment)
@ardalis , I have fixed the CS1591 (warning as error).
|
|
@ardalis |
@ardalis Hey, any new on this PR? |
Thanks! |
Added SmartEnumOutOfRange using Ardalis.GuardClauses with two method overloads (int, and generic type).
Closes #528
TODO: Update Readme.md once this pull request is approved and nuget is created.