V8.Net
1.1.8
dotnet add package V8.Net --version 1.1.8
NuGet\Install-Package V8.Net -Version 1.1.8
<PackageReference Include="V8.Net" Version="1.1.8" />
paket add V8.Net --version 1.1.8
#r "nuget: V8.Net, 1.1.8"
// Install V8.Net as a Cake Addin #addin nuget:?package=V8.Net&version=1.1.8 // Install V8.Net as a Cake Tool #tool nuget:?package=V8.Net&version=1.1.8
V8.Net is a wrapper for Google's V8 engine for JavaScript.
Supports .Net Standard 2.0+ and .Net 461+. A project in the repo also supports .Net 4.0+ Full if needed.
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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- Microsoft.Extensions.Hosting.Abstractions (>= 2.2.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Hosting.Abstractions (>= 2.2.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on V8.Net:
Package | Downloads |
---|---|
Awv.Lexica
Lexica serves two purposes. The first purposes is that I could not find a good formatting solution for strings which allowed a little bit of basic code without serious security flaws (I did not want to randomly compile and run C# code for example). So I wrote my own. The second purpose is to provide a basic parser in the form of the Parser class. There may be libraries out there which can accomplish what I wanted from this, but I had already wrote the code so I just put it in this repo and utilized it. |
|
OpenMod.Scripting.JavaScript
Package Description |
|
hongmao.HmExtension.JavaScript
该扩展包是虹猫的通用扩展包的JavaScript操作包 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on V8.Net:
Repository | Stars |
---|---|
rjamesnw/v8dotnet
A fairly non-abstracted wrapper for Google's V8 JavaScript engine.
|
Version | Downloads | Last updated |
---|---|---|
1.1.8 | 17,558 | 9/11/2019 |
1.1.6 | 1,428 | 5/5/2019 |
1.1.5 | 669 | 5/2/2019 |
1.1.4 | 634 | 5/2/2019 |
1.1.3 | 681 | 4/30/2019 |
1.1.2 | 673 | 4/30/2019 |
1.1.1 | 691 | 4/29/2019 |
1.1.0 | 854 | 3/16/2019 |
1.0.10 | 1,126 | 3/11/2019 |
1.0.9 | 691 | 3/11/2019 |
1.0.7 | 694 | 3/11/2019 |
1.0.6 | 723 | 3/11/2019 |
1.0.5 | 714 | 3/10/2019 |
1.0.4 | 756 | 3/10/2019 |
1.0.3 | 676 | 3/10/2019 |
1.0.2 | 760 | 3/10/2019 |
1.0.1 | 666 | 3/10/2019 |
1.0.0 | 713 | 3/10/2019 |
Bugs fixed:
1. Dynamic case from dynamic handle to managed object type.
2. Switching contexts fails due to locked global handle (because global objects cannot be disposed, as they are part of the context itself). Instead the global handle in the engine is replaced instead of being 'set' (which is what caused the system to try to dispose it).