lambda2js
lambda2js copied to clipboard
Converts a C# expression tree (from Linq namespace) to a syntatically correct javascript code.
I'm using Lambda2Js.Signed as a transitive dependency of RavenDb.Client in a .NET Framework 4.7.2 application. Lambda2Js.Signed's NuGet package has a `net40` lib and a `netstandard1.0` lib. Since I'm using .NET...
This enhances MemberInitAsJson to support nested objects, lists, and dictionaries. Dictionary initializers aren't supported in Linq Expression Trees, so this supports a workaround format using the generic dictionary constructor that...
I need a tool that will take a C# LINQ Expression tree, like the input for this project, but rather than create JavaScript out of it, it evaluates it on...
Provide a way to globally define extensions to use in the compilation process. At this moment, the only way to tell what extensions to use it through the `CompileToJavascript` method.
License expression is the preferred way (shows in NuGet.org and used in license validations).
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...