JavaScriptEngineSwitcher.V8
1.2.3
See the version list below for details.
dotnet add package JavaScriptEngineSwitcher.V8 --version 1.2.3
NuGet\Install-Package JavaScriptEngineSwitcher.V8 -Version 1.2.3
<PackageReference Include="JavaScriptEngineSwitcher.V8" Version="1.2.3" />
paket add JavaScriptEngineSwitcher.V8 --version 1.2.3
#r "nuget: JavaScriptEngineSwitcher.V8, 1.2.3"
// Install JavaScriptEngineSwitcher.V8 as a Cake Addin #addin nuget:?package=JavaScriptEngineSwitcher.V8&version=1.2.3 // Install JavaScriptEngineSwitcher.V8 as a Cake Tool #tool nuget:?package=JavaScriptEngineSwitcher.V8&version=1.2.3
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (https://clearscript.codeplex.com/) version 5.4.1 with support of V8 version 3.30.33.16). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp110.dll` and `msvcr110.dll` from the Visual C++ Redistributable for Visual Studio 2012.
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. |
-
- JavaScriptEngineSwitcher.Core (>= 1.2.0)
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on JavaScriptEngineSwitcher.V8:
Repository | Stars |
---|---|
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
|
|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
Version | Downloads | Last updated |
---|---|---|
1.2.6 | 605 | 5/5/2015 |
1.2.4 | 11,203 | 2/19/2015 |
1.2.3 | 221 | 2/16/2015 |
1.2.1 | 4,874 | 10/22/2014 |
1.2.0 | 502 | 10/13/2014 |
1.1.13 | 1,265 | 9/17/2014 |
1.1.12 | 1,654 | 8/19/2014 |
1.1.10 | 1,713 | 7/10/2014 |
1.1.9 | 967 | 6/14/2014 |
1.1.8 | 318 | 5/20/2014 |
1.1.7 | 215 | 5/7/2014 |
1.1.3 | 728 | 3/22/2014 |
1.1.1 | 4,638 | 1/17/2014 |
1.1.0 | 70 | 1/16/2014 |
1.0.0 | 200 | 12/30/2013 |
0.9.5 | 133 | 12/7/2013 |
0.9.5-Alpha2 | 47 | 12/3/2013 |
0.9.5-Alpha1 | 50 | 12/2/2013 |
0.9.3 | 461 | 11/19/2013 |
0.9.2 | 781 | 9/5/2013 |
1. Microsoft ClearScript.V8 was updated to version 5.4.1 (support of V8 version 3.30.33.16);
2. Added the ability to change configuration settings of V8 JavaScript engine: `EnableDebugging` (default `false`), `DebugPort` (default `9222`), `DisableGlobalMembers` (default `false`), `MaxNewSpaceSize` (default `0`), `MaxOldSpaceSize` (default `0`) and `MaxExecutableSize` (default `0`).