JavaScriptEngineSwitcher.Core
1.5.0-alpha1
Prefix Reserved
See the version list below for details.
dotnet add package JavaScriptEngineSwitcher.Core --version 1.5.0-alpha1
NuGet\Install-Package JavaScriptEngineSwitcher.Core -Version 1.5.0-alpha1
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="1.5.0-alpha1" />
paket add JavaScriptEngineSwitcher.Core --version 1.5.0-alpha1
#r "nuget: JavaScriptEngineSwitcher.Core, 1.5.0-alpha1"
// Install JavaScriptEngineSwitcher.Core as a Cake Addin #addin nuget:?package=JavaScriptEngineSwitcher.Core&version=1.5.0-alpha1&prerelease // Install JavaScriptEngineSwitcher.Core as a Cake Tool #tool nuget:?package=JavaScriptEngineSwitcher.Core&version=1.5.0-alpha1&prerelease
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic and Jint). This library allows you to quickly and easily switch to using of another JavaScript engine.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (50)
Showing the top 5 NuGet packages that depend on JavaScriptEngineSwitcher.Core:
Package | Downloads |
---|---|
JavaScriptEngineSwitcher.V8
JavaScriptEngineSwitcher.V8 contains a `V8JsEngine` adapter (wrapper for the Microsoft ClearScript.V8). |
|
JSPool
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time. See https://dan.cx/projects/jspool for usage instructions. |
|
React.Core
ReactJS and Babel tools for .NET. Important: This package does not do much on its own; you probably want an integration package (like React.Web.Mvc4) as well. Please refer to project site (http://reactjs.net/) for more details, usage examples and sample code. |
|
JavaScriptEngineSwitcher.Msie
JavaScriptEngineSwitcher.Msie contains a `MsieJsEngine` adapter (wrapper for the MSIE JavaScript Engine for .NET). |
|
JavaScriptEngineSwitcher.ChakraCore
JavaScriptEngineSwitcher.ChakraCore contains a `ChakraCoreJsEngine` adapter (wrapper for the ChakraCore). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.24.1 | 187,101 | 3/7/2024 |
3.24.0 | 83,950 | 2/6/2024 |
3.21.0 | 870,567 | 4/1/2023 |
3.19.0 | 454,519 | 7/21/2022 |
3.3.0 | 2,370,917 | 12/27/2019 |
3.1.0 | 2,099,797 | 5/3/2019 |
3.0.0 | 968,730 | 12/25/2018 |
3.0.0-rc2 | 4,597 | 12/4/2018 |
3.0.0-rc1 | 69,817 | 9/19/2018 |
3.0.0-beta9 | 2,020 | 8/23/2018 |
3.0.0-beta4 | 68,420 | 5/29/2018 |
3.0.0-beta3 | 3,531 | 5/22/2018 |
3.0.0-beta1 | 4,634 | 4/8/2018 |
3.0.0-alpha9 | 6,406 | 12/22/2017 |
3.0.0-alpha6 | 5,129 | 10/17/2017 |
3.0.0-alpha2 | 6,252 | 7/26/2017 |
3.0.0-alpha1 | 3,472 | 7/12/2017 |
2.4.10 | 743,217 | 7/4/2017 |
2.4.9 | 767,016 | 6/28/2017 |
2.4.0 | 164,844 | 4/26/2017 |
2.2.0 | 466,691 | 12/20/2016 |
2.1.2 | 66,605 | 11/8/2016 |
2.0.3 | 29,938 | 10/17/2016 |
2.0.0 | 266,244 | 9/19/2016 |
2.0.0-beta1 | 6,986 | 9/17/2016 |
2.0.0-alpha1 | 8,328 | 8/23/2016 |
1.5.0 | 591,121 | 3/4/2016 |
1.5.0-beta1 | 7,809 | 2/26/2016 |
1.5.0-alpha1 | 10,837 | 1/5/2016 |
1.2.4 | 749,208 | 2/19/2015 |
1.2.0 | 281,614 | 10/13/2014 |
1.1.3 | 442,684 | 3/22/2014 |
1.1.0 | 91,596 | 1/16/2014 |
1.0.0 | 10,520 | 12/30/2013 |
0.9.5 | 13,949 | 12/7/2013 |
0.9.2 | 106,072 | 9/5/2013 |
Added the `EmbedHostObject` method (embeds a instance of simple class, structure or delegate to script code).