MsieJavaScriptEngine 1.6.0

dotnet add package MsieJavaScriptEngine --version 1.6.0
NuGet\Install-Package MsieJavaScriptEngine -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MsieJavaScriptEngine" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MsieJavaScriptEngine --version 1.6.0
#r "nuget: MsieJavaScriptEngine, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MsieJavaScriptEngine as a Cake Addin
#addin nuget:?package=MsieJavaScriptEngine&version=1.6.0

// Install MsieJavaScriptEngine as a Cake Tool
#tool nuget:?package=MsieJavaScriptEngine&version=1.6.0

This library is a .NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript (https://github.com/paulcbetts/SassAndCoffee) and Chakra Sample Hosts (https://github.com/panopticoncentral/chakra-host).

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MsieJavaScriptEngine:

Package Downloads
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.

GitHub repositories (6)

Showing the top 5 popular GitHub repositories that depend on MsieJavaScriptEngine:

Repository Stars
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.
Taritsyn/JavaScriptEngineSwitcher
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
iccfish/Cn12306UnofficalClient
12306非官方客户端
Version Downloads Last updated
1.6.0 896 12/3/2015
1.5.6 9,494 7/23/2015
1.5.5 2,227 6/29/2015
1.5.4 140 6/28/2015
1.5.3 13,021 5/5/2015
1.5.2 4,654 4/5/2015
1.5.1 20,621 1/13/2015
1.5.0 17,550 10/13/2014
1.4.4 11,553 7/22/2014
1.4.3 8,974 4/27/2014
1.4.2 12,825 3/24/2014
1.4.1 191 3/22/2014
1.4.0 20,560 2/27/2014
1.3.0 3,336 1/16/2014
1.2.0 2,290 12/30/2013
1.1.3 19,471 9/3/2013
1.1.2 7,641 6/20/2013
1.1.1 2,553 10/15/2012
1.1.0 185 10/11/2012
1.0.8 268 9/20/2012
1.0.7 181 9/9/2012
1.0.5 209 8/29/2012
1.0.1 147 8/27/2012
1.0.0 147 8/26/2012

1. Added support of “Edge” JsRT version of Chakra JavaScript engine;
2. `ChakraJsRt` mode was renamed to `ChakraIeJsRt`.