Custome extension and multiple arguments #480
Replies: 5 comments 1 reply
|
Is it an |
0 replies
|
I am using ISource. I tested with 2 arguments and extension has been called twice, but debug showed same argument |
0 replies
|
Unless you submit a reproducer, it's impossible to comment. |
0 replies
|
Which online tool to use to make an example with c#? |
1 reply
|
Closed because of inactivity |
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.
I am using latest version 3.6.0. I use it in NET Core Web Api project and I register some custom extension.
It works, if I only pass one object as argument, but not if I pass multiple arguments.
It iterates multiple times, but it always evaluate first argument that is passed, like first argument is passed twice.
All reactions