EFFC.ChakraCore 1.1.0

dotnet add package EFFC.ChakraCore --version 1.1.0
NuGet\Install-Package EFFC.ChakraCore -Version 1.1.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="EFFC.ChakraCore" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFFC.ChakraCore --version 1.1.0
#r "nuget: EFFC.ChakraCore, 1.1.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 EFFC.ChakraCore as a Cake Addin
#addin nuget:?package=EFFC.ChakraCore&version=1.1.0

// Install EFFC.ChakraCore as a Cake Tool
#tool nuget:?package=EFFC.ChakraCore&version=1.1.0

E.F.F.C JavaScriptEngineSwitcher Extention Lib

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EFFC.ChakraCore:

Package Downloads
EFFC.Frame.Net.Base

E.F.F.C Frame Base Lib

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 925 3/12/2019
1.0.7 58,028 2/1/2018
1.0.6 1,020 1/14/2018
1.0.5 1,000 1/12/2018
1.0.4 23,884 11/29/2017
1.0.3 1,080 9/1/2017

Efficiency Focus For Core(效率、专注为核心)框架应用于.Net Core
本基础库为专为EFFC框架定制使用的Chakra引擎
1.0.2:更新JavascriptEngineSwitcher.Chakra到2.4.8
1.0.3:修正获取数组类型的结果时,数据类型未被转化的问题
1.0.4:更新JavascriptEngineSwitcher.Chakra到2.4.10,修正获取数据时遇到DateTime进入死循环的bug,改为直接抛出异常,目前chakra不支持js的Date转DateTime的能力
1.0.5:更新javascriptEngineSwitcher.Chakra到2.4.11,工程更新到.net core2.0平台上
1.0.6:修改在Ubuntu16 x64位上出现异常的问题
1.0.7:修改在使用EmbedHostObject方法时,写入string等.net原生对象类型会抛出异常的情况
1.1.0:升级chakra到3.0.6版本