Lambda2Js 1.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Lambda2Js --version 1.4.3
NuGet\Install-Package Lambda2Js -Version 1.4.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Lambda2Js" Version="1.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Lambda2Js --version 1.4.3
#r "nuget: Lambda2Js, 1.4.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Lambda2Js as a Cake Addin
#addin nuget:?package=Lambda2Js&version=1.4.3

// Install Lambda2Js as a Cake Tool
#tool nuget:?package=Lambda2Js&version=1.4.3

Portable lambda expression to JavaScript converter.
       Converts System.Linq.ExpressionTree to syntactically correct JavaScript code.
       See the project page for more.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Lambda2Js:

Package Downloads
Blazorise.Charts

Blazorise is a component library built on top of Blazor and CSS frameworks like Bootstrap, Bulma and Material.

Bit.Server.Owin

Bit.Server.Owin

Bit.Owin

Bit.Owin

MT.Blazor.IndexedDB

Blazor component library for EF like interface with indexedDB storage

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Lambda2Js:

Repository Stars
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
fabsenet/adrilight
An Ambilight clone for Windows based sources - HTPC or just a normal PC
Version Downloads Last updated
3.1.4 137,304 6/19/2022
3.1.3 263,038 6/27/2019
3.1.2 16,835 11/18/2018
3.1.1 884 10/15/2018
3.1.0 2,296 4/22/2018
3.0.1 12,912 6/12/2017
3.0.0 1,114 6/11/2017
2.1.1 5,374 2/27/2017
2.0.0 2,863 9/5/2016
1.5.0 5,133 4/2/2016
1.4.3 1,305 3/19/2016
1.4.1 1,261 3/15/2016
1.3.0 1,247 3/8/2016
1.2.0 1,250 3/8/2016
1.1.0 1,575 2/2/2015
1.0.0 1,361 2/2/2015

Portable `lambda2js` Lambda expression to JavaScript converter.
       Added `Math` static members.
       Added `System.Linq` static members.
       ES6: arrow function, array spread.
       Added support for new operator with member init.
       Added support for custom member names.
       See the project page for more.