-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Adds NullOrOutOfRange
clauses, adding support for nullable classes/structs to OutOfRange
#143
Conversation
…ypes Add Missing JetBrains.Annotations and Other Attribute to OutOfRange methods Add More Documentation to OutOfRange methods
Rename Internal Method
Rename Some TestFiles
Can you fix the build? |
…uardClauses into outOfRangeForNullable
Yes. I just solved the Merge Conflicts. |
Thanks, can you look at the build failure?
|
C# 9 Solve these errors. And looks like your build system is using on C#8. Open the project in VS will compile normally. I don't have experience with GitHub action CI/CD. I will make a change to build using Net5 and Change the |
All right, @rafaelsc, sorry to say it but can you re-apply this to the now-split-up files in the solution? |
I got rid of the global.json and everything should "just work" now with net6.0, by the way. |
@ardalis Sorry I only had the opportunity to fix the conflicts this week. |
Thinking I'm going to have to manually pull these in. Sorry it's taken so long. |
I will be solving this conflits tomorrow |
Conflits Solved |
NullOrOutOfRange
to Check for Null orOutOfRange
for References and Nullable Value Types.NullOrOutOfSQLDateRange
to Nullable DateTime.OutOfRange
andNullOrOutOfRange
methodsNullOrOutOfRange
clauses, making a new option for Nullable classes/structs toOutOfRange
. #142