dynamicexpresso / DynamicExpresso

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

Is there a better way to express ParseAsExpression<Func<object, boolean>> without strong typing? #334

Open hzy-6 opened 1 week ago

hzy-6 commented 1 week ago
image

In string expressions, 'w' requires strong type conversion, which is unfriendly

davideicardi commented 5 days ago

Sorry, not sure to have understand your question. Do you mean if there is some shorter syntax?