-
-
Notifications
You must be signed in to change notification settings - Fork 183
Update LessThanRule.cs #919
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
Conversation
@alexkharuk why open another project with the same change? The tests still need to be addressed. |
@gregsdennis sorry i was under impression that all are ok. |
Oh, yes, sorry. I thought the tests were failing. It's just a permissions issue with paying back to the PR. It's odd that the tests weren't failing before. |
@gregsdennis let me know if i can do anything to push it over |
@dotnet-policy-service agree |
I have added two test cases to the more-tests.json |
@gregsdennis it looks like comparison of strings never was fully covered with the tests. I have added few more tests, hope you do not mind. |
@alexkharuk please update the patch version (5.4.1) in the project file and release notes. Feel free to credit yourself in the notes. Then I can merge this and it will publish the update. |
@gregsdennis I have updated version and release notes. |
Fx the bug/typo with comparing for LessThenRule with two parameters
Description
LessThenRule
JsonNode? IRule.Apply(JsonNode? args, EvaluationContext context) method
comparing two equals strings returns true, but should be false
Links
916
Checks