Custome extension and multiple arguments #480
Replies: 4 comments 1 reply
-
Is it an |
Beta Was this translation helpful? Give feedback.
-
I am using ISource. I tested with 2 arguments and extension has been called twice, but debug showed same argument |
Beta Was this translation helpful? Give feedback.
-
Unless you submit a reproducer, it's impossible to comment. |
Beta Was this translation helpful? Give feedback.
-
Which online tool to use to make an example with c#? |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions