Stef Heyenrath
Stef Heyenrath
@jogibear9988 and @zspitz I did try to find the specific changes in source code in (https://github.com/zzzprojects/System.Linq.Dynamic/blob/archived/Src/System.Linq.Dynamic/DynamicLinq.cs) and this library. But finding a method and getting the base-type is done the...
Hello @jogibear9988, Can you please check my last comment?
This issue contains two problems : - Tuple is not recognized - A generic cast is not suported?
Hello @David-Moreira, Your code example is difficult to read, can you please provide a full C# exaple?
@David-Moreira not yet in detail. Sorry.
@David-Moreira I promise I'll take a look at your example code and debug the error. However, I think that solving this issue needs some refactoring internally on the way the...
It's also difficult for me to deep dive into this specific question. Did you also try to write the code first by using non-dynamic code?
Maybe related : https://github.com/StefH/System.Linq.Dynamic.Core/issues/259 ???
And why would you like to do this?
I think indeed using the `j` multiple times fails. Maybe related to https://github.com/StefH/System.Linq.Dynamic.Core/issues/289