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.
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.