dynamicexpresso / DynamicExpresso

C# expressions interpreter
http://dynamic-expresso.azurewebsites.net/
MIT License
1.91k stars 364 forks source link

Params array: only promote first argument if it can be an array #267

Closed metoule closed 1 year ago

metoule commented 1 year ago

When trying to parse a params array, promoting the first argument only makes sense if it might be the full array.

Fixes #263