-
Notifications
You must be signed in to change notification settings - Fork 18
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
Proposal to send a Func when creating Responses #19
Comments
Hello Kay Alex |
I want to be able to build the responses with lamdas so that we can do the following
Where Func could be
Hope that made sense Thanks |
It totally makes sens
Still you cannot use any lambda. We could replace interface IProvideResponses by a delegate to make it possible. |
Wouldn't it be a good idea if we can pass a Func while creating the Responses, this way when the response is being creating, the func will be invoked which then will decide the response
For example
In the lambda, we can decide what response to send.
Thoughts?
Kay
The text was updated successfully, but these errors were encountered: