Issue: The option UseDynamicObjectClassForAnonymousTypes
does not work correctly
#164
Labels
UseDynamicObjectClassForAnonymousTypes
does not work correctly
#164
When turn it on, just get an
System.ArgumentException: 'Incorrect number of arguments for constructor'
https://github.com/StefH/System.Linq.Dynamic.Core/blob/master/src/System.Linq.Dynamic.Core/Parser/ExpressionParser.cs#L1159-L1202
The option is only used when not in
UAP10_0
, but the ctor withKeyValuePair<string, object>[]
is only available inUAP10_0
.The text was updated successfully, but these errors were encountered: