ExpressionTreeToString
ExpressionTreeToString copied to clipboard
String representations of expression trees + library of expression tree objects
Most of what we're doing is lots of string and StringBuilder manipulation.
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.17 to 1.3.0. Changelog Sourced from System.Linq.Dynamic.Core's changelog. v1.3.0 (03 March 2023) #669 - Methods should only be callable on predefined types [security] contributed by StefH #671...
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.14 to 1.3.0. Changelog Sourced from System.Linq.Dynamic.Core's changelog. v1.3.0 (03 March 2023) #669 - Methods should only be callable on predefined types [security] contributed by StefH #671...
Add support for using enums in ToString in addition to strings. Developers can't remember the available string option values, but could use Intellisense to view and select their desired value.
**Describe the bug** First some context: I have written a library which allows creating state machine lambdas with continuations similar to what the C# compiler does for `async` and iterator...