Lambda2Js 1.4.3
See the version list below for details.
dotnet add package Lambda2Js --version 1.4.3
NuGet\Install-Package Lambda2Js -Version 1.4.3
<PackageReference Include="Lambda2Js" Version="1.4.3" />
paket add Lambda2Js --version 1.4.3
#r "nuget: Lambda2Js, 1.4.3"
// 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (5)
Showing the top 5 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 |
|
Neuroglia.Data.Infrastructure.EventSourcing.EventStore
Package Description |
|
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 | 258,040 | 6/19/2022 |
3.1.3 | 275,954 | 6/27/2019 |
3.1.2 | 17,550 | 11/18/2018 |
3.1.1 | 924 | 10/15/2018 |
3.1.0 | 2,328 | 4/22/2018 |
3.0.1 | 13,606 | 6/12/2017 |
3.0.0 | 1,142 | 6/11/2017 |
2.1.1 | 5,413 | 2/27/2017 |
2.0.0 | 3,181 | 9/5/2016 |
1.5.0 | 5,390 | 4/2/2016 |
1.4.3 | 1,344 | 3/19/2016 |
1.4.1 | 1,302 | 3/15/2016 |
1.3.0 | 1,288 | 3/8/2016 |
1.2.0 | 1,292 | 3/8/2016 |
1.1.0 | 1,621 | 2/2/2015 |
1.0.0 | 1,402 | 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.