System.Linq.Dynamic.Core
System.Linq.Dynamic.Core copied to clipboard
Lazily load dynamic linq types
Partially fixes #939.
I found two code paths that requires iterating on all the types of the world:
In both cases, the "custom types" are not used first so there is a chance that they are never used and don't need to be loaded.
@StefH what do you think of that PR?
I still need to check it in detail...