-
Notifications
You must be signed in to change notification settings - Fork 785
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
Simplify how to call Guard
methods
#2894
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2894 +/- ##
==========================================
- Coverage 84.21% 84.20% -0.02%
==========================================
Files 251 252 +1
Lines 8889 8893 +4
==========================================
+ Hits 7486 7488 +2
- Misses 1403 1405 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😮 Neato!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great
Fixes #2818 (comment)
Thanks for the suggestion @CodeBlanch and help with getting this working :)
Changes
paramName
will work without having to add thenameof(myVar)
argument.Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes