jsrt-dotnet
jsrt-dotnet copied to clipboard
A C# implementation of the JsRT wrapper, similar to the WinRT API, but designed for .NET desktop applications.
严重性 代码 说明 项目 文件 行 禁止显示状态 错误 CS1061 “Type”未包含“IsValueType”的定义,并且找不到可接受第一个“Type”类型参数的可访问扩展方法“IsValueType”(是否缺少 using 指令或程序集引用?) Microsoft.Scripting C:\Users\Liuzhenhua\Source\Repos\jsrt-dotnet\src\Microsoft.Scripting\JavaScript\JavaScriptConverter.cs 255 活动
Hi, im working on chakracore. i wanna use external javascript library like underscore.js, math.js etc. How can i do it? Example: `var underscore = ReadFromFile(underscore.js); var fn = engine.EvaluateScriptText(underscore); var...
Can this be done through jsrt-dotnet? http://stackoverflow.com/questions/35390441/embedding-chakrahost-c-for-webgl-example
Dear Rob it would be very nice to see, which branch including but not limited to HostObjectBridgeV2.1, HostObjectBridgeV2 and master has which production status. As there is apparently no more...
This commit refactors lots of methods and classes to allow the use of user-provided task factories, useful for spawning async functions in single-threaded applications or environments where SynchronizationContext.Current = null
How would one use c# async features to simulate js-style callbacks? (see: [node.js fs API](https://nodejs.org/api/fs.html) ) Imagine I have the following C# method: ``` c# async Task ReadFileAsync(string path) {...
I pulled the source (master), and tried a rebuild, no joy, I expect I need to tweak something, at least to point to the version of Chakra I already built,...
Upgaded project from .NET 4.6 to .NET 4.8