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

CommandHandler.Create() to handle more than 7 parameters. #536

Closed
wants to merge 3 commits into from
Closed

CommandHandler.Create() to handle more than 7 parameters. #536

wants to merge 3 commits into from

Conversation

xavierjohn
Copy link
Contributor

CommandHandler.Create() to handle more than 7 parameters.

Issue #458

CommandHandler.Create() to handle more than 7 parameters.
@dnfclas
Copy link

dnfclas commented Jun 2, 2019

CLA assistant check
All CLA requirements met.

Copy link

@SamWhiteNVR SamWhiteNVR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have recently hit a situation where i require these changes. Please consider merging them in this form or a modified form. Thanks

@jonsequitur
Copy link
Contributor

@SamWhiteNVR The recommended approach is to bind to a complex type rather than add more parameters. You can see an example here: #458 (comment)

@granadacoder
Copy link

My opinion is that the command line should match the number available for the "regular Func".

Aka, 16.

https://docs.microsoft.com/en-us/dotnet/api/system.func-17?view=netcore-3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants