V8.Net 1.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package V8.Net --version 1.1.4
NuGet\Install-Package V8.Net -Version 1.1.4
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="V8.Net" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add V8.Net --version 1.1.4
#r "nuget: V8.Net, 1.1.4"
#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 V8.Net as a Cake Addin
#addin nuget:?package=V8.Net&version=1.1.4

// Install V8.Net as a Cake Tool
#tool nuget:?package=V8.Net&version=1.1.4

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

NuGet packages (2)

Showing the top 2 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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

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 15,511 9/11/2019
1.1.6 1,367 5/5/2019
1.1.5 633 5/2/2019
1.1.4 615 5/2/2019
1.1.3 647 4/30/2019
1.1.2 638 4/30/2019
1.1.1 637 4/29/2019
1.1.0 813 3/16/2019
1.0.10 1,021 3/11/2019
1.0.9 626 3/11/2019
1.0.7 665 3/11/2019
1.0.6 660 3/11/2019
1.0.5 689 3/10/2019
1.0.4 697 3/10/2019
1.0.3 656 3/10/2019
1.0.2 744 3/10/2019
1.0.1 633 3/10/2019
1.0.0 676 3/10/2019

1.1.1: Added better support for numerical indexes in the type binder.
1.1.2: Fix a bug where tight security on a class prevented member updates.
1.1.3: Minor updates.
1.1.4: 1. Update to allow attributes on private type members.
        2. Added 'InjectAttribute' to allow injecting values when the type binder associates an ObjectBinder with an object instance.
        3. Added OnGetObjectBinder and OnObjectBound events to TypeBinder to allow hooking into the instance binding process.