EFFC.ChakraCore
1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package EFFC.ChakraCore --version 1.0.5
NuGet\Install-Package EFFC.ChakraCore -Version 1.0.5
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.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EFFC.ChakraCore" Version="1.0.5" />
<PackageReference Include="EFFC.ChakraCore" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EFFC.ChakraCore --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EFFC.ChakraCore, 1.0.5"
#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.
#:package EFFC.ChakraCore@1.0.5
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EFFC.ChakraCore&version=1.0.5
#tool nuget:?package=EFFC.ChakraCore&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
E.F.F.C JavaScriptEngineSwitcher Extention Lib
| Product | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.
-
.NETCoreApp 2.0
- JavaScriptEngineSwitcher.ChakraCore (>= 2.4.11)
- JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64 (>= 2.4.6)
- JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64 (>= 2.4.6)
- JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm (>= 2.4.6)
- JavaScriptEngineSwitcher.ChakraCore.Native.win-x64 (>= 2.4.6)
- JavaScriptEngineSwitcher.ChakraCore.Native.win-x86 (>= 2.4.6)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
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.
Efficiency Focus For Core(效率、专注为核心)框架应用于.Net Core第一版发布
本包围基础库包含EFFC框架的基础接口和基本资源API
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:更新avascriptEngineSwitcher.Chakra到2.4.11,工程更新到.net core2.0平台上