Andrey Taritsyn
Andrey Taritsyn
Hello, Meet! Are you using an `libChakraCore.so` assembly from the [JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64](https://www.nuget.org/packages/JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64) package? It's just that this assembly differs from the official one: [Tomáš Deml's patch](https://github.com/microsoft/ChakraCore/issues/5973) has been applied to it...
``` /home/consul/carwaleweb/libChakraCore.so ``` Because the `libChakraCore.so` assembly is located at the root of web application, and not in the `runtimes/linux-x64/native` subdirectory, I recommend that you compare this assembly with the...
Try deploying a web application with a assembly from the [official release](https://github.com/microsoft/ChakraCore/releases/tag/v1.11.22).
I am not an expert in C++ and Linux, so it is difficult for me to help you solve this problem. I can only recommend you to try using the...
Hello, Meet! I recommend that you try the [experimental cross-platform version of the JavaScriptEngineSwitcher.V8](https://github.com/Taritsyn/JavaScriptEngineSwitcher/releases/tag/v3.9.0-preview) module. You can also see [my suggestions for improving the original ClearScript](https://github.com/microsoft/ClearScript/issues/209) library.
Hello, Meet! Very similar to the old issue ([“System.AccessViolationException in JavascriptEngineSwitcher.ChakraCore”](https://github.com/Taritsyn/JavaScriptEngineSwitcher/issues/45)). This problem is most likely caused by an error in the native assembly. Try rolling back the JavaScriptEngineSwitcher.ChakraCore and...
Try making a demo project that reproduces this error and send me a link to it.
Hello, Meet! Thank you for the provided demo project! This problem is related to the pre-compilation of scripts. You can disable a pre-compilation of scripts in the `Startup.cs` file: ```csharp...
ES6 modules are not supported by the JavaScript Engine Switcher library. I want to remind for what purpose the JavaScript Engine Switcher library was created: > JavaScript Engine Switcher determines...
I can not promise anything, but on weekend I'll try to investigate this problem.