Created Unassigned: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleEdited Issue: [V8 bug] Issue with memory leaking scripts: 5.3.9 vs 5.3.10 [32]
Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...
View ArticleCommented Issue: [V8 bug] Issue with memory leaking scripts: 5.3.9 vs 5.3.10...
Hi everybody,I just noticed a behavior that differs between ClearScript v 5.3.9 and 5.3.10, and it's about limiting memory for a script execution. Consider following faulty script (it emulates a memory...
View ArticleEdited Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleNew Post: Passing javascript objects to c# native code
I am currently trying to pass a js array to a C# method. Engine.AddHostObject("plotUtility", plotUtility); Engine.Evaluate("myData = [ [1,2], [3,4],[5,8] ]" ); .... Engine.Evaluate("plotUtility.plot(...
View ArticleNew Post: Passing javascript objects to c# native code
Greetings! ClearScript was designed to provide direct access to script objects, without data conversion. For example, you could write your C# class as follows:publicclass ConsolePlotUtility {...
View ArticleCommented Feature: Allow custom locations in V8Proxy.GetDirPaths [34]
I am bundling the ClearScript DLLs as embedded resources in my main application/dll. At runtime I extract ClearScriptV8-XX.dll and v8-xXX.dll to a temporary path (typically Temporary ASP.NET Files) so...
View ArticleNew Post: Re-using script object
Hi, I'm using a library (CSG.js) and I need to call it from .Net. I instantiate a few objects and do operation on them. The information on what object and how I combine them comes from .Net. I'm having...
View ArticleNew Post: Re-using script object
Hi ssylvain, First, you probably need to add a return statement to DoStuff; otherwise it returns undefined. Next, you're getting the error because v1 is a .NET variable, but engine.Script.v1 tries to...
View ArticleNew Post: Strong Name
Hi, Is it possible to get a strong named version of ClearScript? I want to use it in a Visual Studio extension, which requires the assembly (and hence all its dependencies) to be signed. I'm currently...
View ArticleNew Post: Strong Name
Hi Dan15, We'll take a look at strong naming for the next release. Originally we weren't sure about the value of strong naming in an open-source project, since we'd be distributing the private key....
View ArticleNew Post: Async/Await during script execution
I am exposing numerous C# objects to ClearScript using the async/await keywords because they are performing I/O. Will ClearScript properly handle asynchronous methods by returning the thread to the...
View Article