-
Notifications
You must be signed in to change notification settings - Fork 49
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
Chaining clauses #177
Comments
It looks like it’s chainable per the documentation: https://github.com/danielwertheim/Ensure.That Could you include a code snippet you’d expect would work which does not? |
sorry... meanwhile at work didn't noticed this.... |
I'd like to know this too. How is this supposed to work? |
The simple example that is presented in the documentation doesn't work from version 6+. It was working in version 5.
The problem is that This is a bit of a deal breaker for us actually because we do a lot of chaining with |
@danielwertheim I see in the source code that it actually returns |
@erzki it looks like https://www.nuget.org/packages/Ensure.That/11.0.0-p3 was published after the change was made and is on nuget, could you try that version? |
hi @danielwertheim ,
the concept is very good and did already kne it.. just did not tried to look for or developed one my self...
When I saw you have chaining in this it was top... however seems to lack support for properly chaining.. returning void or string or else does not make any sense.. please make all entities return type of Param.
If you need help with this extra work let me know.. I wouldn't mind helping you making this more usable :)
The text was updated successfully, but these errors were encountered: