Stef Heyenrath
Stef Heyenrath
@zspitz : correct, only single lambda are supported. I'm looking at the code to see if this can be extended, however it seems diffucult. @David-Moreira : not that I know,...
@JonathanMagnan I can take a look here.
Hello @zspitz. Actually, I think we already support this, you just have to use `np()` again. Like: ``` c# np(FooValue.Two( np(FooValue.Zero().Length), np(FooValue.One(42).Length) ).Length) ``` This should just work. And this...
Technically I think it's possible to support code like: ``` c# np(FooValue.Two(FooValue.Zero().Length, FooValue.One(42).Length).Length) ``` However this would mean that when using **np** ,all arguments will be treated as **np**, which...
@SamWhitby Can you try version `System.Linq.Dynamic.Core.1.0.20-ci-12330.nupkg` from MyGet ?
This is related to your SQL-server settings ?
@jogibear9988 This will not work for this library I think.
https://github.com/zzzprojects/System.Linq.Dynamic.Core/pull/625
@GrandStrateguerre I'll close this.
### Identifiers An Identifier consists of a letter or underscore followed by any number of letters, digits, or underscores. In order to reference an identifier with the same spelling as...