Skip to content
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

FromServices Parameters #31

Open
ralbertazzi opened this issue Apr 8, 2017 · 1 comment
Open

FromServices Parameters #31

ralbertazzi opened this issue Apr 8, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@ralbertazzi
Copy link

Is there a way to avoid handling the [FromServices] parameters injected into the Action method?

@ivaylokenov
Copy link
Owner

@riccardoalbertazzi You can try using With.No<YourServiceHere>(). Is that convenient enough for you? Otherwise, the compiler will not let you execute the lambda expression.

@ivaylokenov ivaylokenov added this to the Version 2.0.0 milestone Apr 12, 2017
@ivaylokenov ivaylokenov self-assigned this Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants