Open cesaryuan opened 3 years ago
Hello @cesaryuan ,
Thank you for reporting, we will look at it.
Best Regards,
Jon
Hello @cesaryuan ,
Just to let you know that there is currently no short-term plan to make it works.
We will look again in around 2-3 months to add better support to implicit type, but at this moment, this will be a limitation of our library.
The following statement will report an error.
The error is as follows
JArray.Contains(JToken T)
only acceptsJToken
, so EvalContext considers No applicable member But we know thatNewtonsoft.Json.Linq
defines implicit type conversion from String to JToken, and this statement works properly in VS.