-
# Description
ScriptEngineException thrown when javascript code has an overloaded function which references an overloaded function in a host object
See also #420
# Steps to reproduce
* run pro…
-
Hello,
Unfortunately, I don't really know how to proceed with XBVR.
I have a Quest 2 + SR6 from Tempest Max and use DeoVR as a video streamer.
I set up an XBVR server and uploaded a few video…
-
I installed the library on a project that has **ClickOnce** setup. Unfortunately, it doesn't show any of the files below in `Application Files`. How may I make them appear?
https://github.com/micro…
-
Hello!! Is there a way to detect when is an error after an await?
In this example code (console project) the line `apias.WriteLine` fails silently:
```cs
internal class Program{
static …
-
Hey guys, we tried ur shiny new v7.3.2 and found that using optional parameters in CTORs stopped working.
Is that an intention? Wrong setup? Or ....?
It actually still works for methods w/ optiona…
-
Hello!! Is there a way to interrupt execution when is async operations waiting or after an await?
In this example code (console project) the scripts never ends if the line `taskCompletionSource.Set…
-
This is related to https://github.com/Microsoft/ClearScript/issues/75
I received similar errors and after troubleshooting for several days, I found that it was the result of adding a reference to t…
-
# Description
Overloaded host object functions not called when javascript code has an overloaded function.
See also #421
# Steps to reproduce
* run project
* observe console output
# Expe…
-
I am running ClearScript 7.3.1 on macos (M1)
This simple test seems to fail
```
var scriptEngine = new V8ScriptEngine();
scriptEngine.Script.test = new[] { "one…
-
Hi,
I am using ReactJS.net (v5.2.5) with JavaScriptEngineSwitcher.ChakraCore (v3.7.1) in .netcore 3.1 on linux.
My application terminates randomly with Segmentation fault. I don't know much about `…