JavaScriptEngineSwitcher.Core
1.2.4
dotnet add package JavaScriptEngineSwitcher.Core --version 1.2.4
NuGet\Install-Package JavaScriptEngineSwitcher.Core -Version 1.2.4
<PackageReference Include="JavaScriptEngineSwitcher.Core" Version="1.2.4" />
paket add JavaScriptEngineSwitcher.Core --version 1.2.4
#r "nuget: JavaScriptEngineSwitcher.Core, 1.2.4"
// Install JavaScriptEngineSwitcher.Core as a Cake Addin #addin nuget:?package=JavaScriptEngineSwitcher.Core&version=1.2.4 // Install JavaScriptEngineSwitcher.Core as a Cake Tool #tool nuget:?package=JavaScriptEngineSwitcher.Core&version=1.2.4
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 (3)
Showing the top 3 NuGet packages that depend on JavaScriptEngineSwitcher.Core:
Package | Downloads |
---|---|
BundleTransformer.Less
BundleTransformer.Less contains translator-adapter `LessTranslator` (supports LESS (http://lesscss.org) version 2.5.3). This adapter makes translation of LESS-code to CSS-code. Also contains debugging HTTP-handler `LessAssetHandler`, which is responsible for text output of translated LESS-asset. BundleTransformer.Less does not support: the string interpolation in file paths and loading of plugins. As a JS-engine is used the JavaScript Engine Switcher library (http://github.com/Taritsyn/JavaScriptEngineSwitcher). For correct working of this module is recommended to install one of the following NuGet packages: JavaScriptEngineSwitcher.Msie or JavaScriptEngineSwitcher.V8. |
|
JavaScriptEngineSwitcher.Msie
JavaScriptEngineSwitcher.Msie contains adapter `MsieJsEngine` (wrapper for the MSIE JavaScript Engine for .Net (http://github.com/Taritsyn/MsieJavaScriptEngine)). For correct working of the MSIE JavaScript Engine it is recommended to install Internet Explorer 9 and above on a server. |
|
JavaScriptEngineSwitcher.V8
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.4.4 with support of V8 version 4.7.80.25). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013. |
GitHub repositories (9)
Showing the top 5 popular GitHub repositories that depend on JavaScriptEngineSwitcher.Core:
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
|
|
Taritsyn/WebMarkupMin
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
|
|
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
|
In `JsEngineBase` class all public non-abstract methods are now is virtual.