Skip to content
fishpi edited this page Sep 13, 2010 · 2 revisions

The library can cope with a surprising amount of expressions now, but it’s still very much in the state of being an experimental implementation. Before an alpha release could be made, it will need some work to refactor the current code into a more approachable state. It will also need a bunch more documentation.

Many of the standard LINQ operators are not supported, and will fail at run time with non-obvious error messages if they are used. In addition, among supported LINQ operators there are some combinations that will still fail at run time. It is therefore very tricky to use correctly, though it is quite stable in operation when using supported expressions.

Clone this wiki locally