Paul den Boer
Paul den Boer
Created from a previous PR: Looks good. This covers most.. We may need to handle dashes in library names and any dot notation for namespace in the future. _Originally posted...
In the ExpressionToCSharpConverter there is the code to fix `constant is null` and `null is null`, however this needs to be moved to a pre-processor. Create an issue to move...
The output from the ExpressionBuilder returns a definition dictionary with LambdaExpressions. While it is possible to compile and invoke these dynamically, this must be disallowed. Critical fixes in the next...
The Java dependencies do not download automatically, but only when the Demo\Cql project is build. This is not very intuitive. It would be better to do this automatically whenever CQL...
This ticket is not related to the CQL SDK, but rather the CQL-related work elsewhere. Personally, it's easier for me to track work in one place than multiple boards. -...
I couldn't get some of the integration tests to pass on the build pipeline, even though they work fine on my machine. I will just ignore all tests and create...