Async support #226
danny-bos-developer
started this conversation in
Ideas
Replies: 4 comments
|
These only make sense for custom predicates; seems like a good thing to add. |
0 replies
|
Make a PR and add something here I think: https://github.com/ardalis/GuardClauses/blob/main/src/GuardClauses/GuardAgainstExpressionExtensions.cs and I'll accept it. Thanks! |
0 replies
|
I have created a pull request: #228 |
0 replies
|
There was a build error that I have fixed. PR should be good now |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Any chance you can also add extension method to make async predicate calls?
I created an extension of my own, it would be nice if all the Guard.Against api's that use a predicate also have an async variant.
I'm happy to program them out for you unless there are valid arguments against it.
All reactions