victorr99

Results 5 comments of victorr99

This line may be the cause? https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/c0e417c014bcffad2326201c5c562431f72d9026/src/System.Linq.Dynamic.Core/Parser/ExpressionParser.cs#L2207 It does not perform a case insensitive check. Not sure why this isn't an issue with integers. Anyway, none of `Contains(methodName)` calls are...

Hello, I came across this issue and was wondering if you're planning to pick this up? We have some bits of generated code which would heavily benifit from using switch-statements....

Alright, thanks! I'm a bit short in time atm, but I would love to submit a PR. If I'm able to find some time I'll definitely have a look at...

@dadhi I've made a start for the switch-opcode support. ~It does't work now as it yields an InvalidProgramException which I have to look at.~ (not anymore :)) I got a...

Thanks a lot, I'm looking forward for the actual implementation and release! Please let me know if you've any questions about this initial implementation.