Questions tagged [v8.net]

A C# wrapper for Google's open source V8 JavaScript engine.

V8.NET is a free open-source C# .Net wrapper for Google's V8 engine. Questions about integrating V8.NET, or help with coding issues, should use this tag.

For more information, please visit the Git repo docs (including the wiki): https://github.com/rjamesnw/v8dotnet

4 questions
1
vote
1 answer

How do I properly dispose and free the memory used for V8.Net.V8Engine instances?

I'm running into an issue when using my V8Engine instance, it appears to have a small memory leak, and disposing of it, as well as forcing the garbage collection doesn't seem to help much. It will eventually throw an AccessViolationException on…
Josh Leland
  • 98
  • 10
1
vote
1 answer

V8.NET (v8dotnet) mono

Hopefully someone has a little time to explain how to use V8.Net with Mono. I'm trying to use V8.Net with mono 3.10 on my ubuntu machine. So far I did the following: create an example project with the content on codeplex using System; using…
chrisber
  • 730
  • 1
  • 12
  • 27
1
vote
2 answers

v8dotnet -- can't load v8.net.proxy.interface

I'm trying to write a hello world program that prints some basic js to the console using v8dotnet. I have a simple application using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using…
user1167650
  • 3,177
  • 11
  • 34
  • 46
0
votes
2 answers

V8.NET trouble when building 3rd party tools

I'm trying to install V8.NET https://v8dotnet.codeplex.com/. It provides a program which downloads V8 and some 3rd party tools( gyp,...). Prerequisites are installed git and subversion, and added to path. I have done both. When trying to download…
user2090925
  • 65
  • 3
  • 10