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" />
<PackageVersion Include="JavaScriptEngineSwitcher.Core" Version="1.2.4" />
<PackageReference Include="JavaScriptEngineSwitcher.Core" />
paket add JavaScriptEngineSwitcher.Core --version 1.2.4
#r "nuget: JavaScriptEngineSwitcher.Core, 1.2.4"
#addin nuget:?package=JavaScriptEngineSwitcher.Core&version=1.2.4
#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 (11)
Showing the top 11 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
|
|
madskristensen/Miniblog.Core
An ASP.NET Core blogging engine
|
|
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.
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
MayDay-wpf/AIBotPublic
AIBot PRO 是一个基于.NET 6 的 AI聚合客户端 to C 弱 to B 可以集成众多AI产品(ChatGPT,Gemini,Claude,文心一言,通义千问,讯飞星火),无感切换对话,支持知识库、插件开发、AI流程引擎(workflow)、以及开放平台对外输出定制化的特色AI API
|
|
Wyamio/Wyam
A modular static content and static site generator.
|
|
levibotelho/LearnAngular
The open source code repository for LearnAngular.
|
|
RedpointGames/uet
UET (Unreal Engine Tool) makes building and testing Unreal Engine projects and plugins easy. It can distribute builds with BuildGraph, remotely execute automation tests on device and across multiple machines, handles fault tolerance and automatic retries and generally makes the whole experience of automating Unreal Engine a lot more pleasant.
|
In `JsEngineBase` class all public non-abstract methods are now is virtual.