-
I am a novice Rust developer, and I am looking to discuss some things about this library.
@Bromeon May I take some of your time to talk with you? Do you have some time? If so, what is the best plat…
-
Hi
On a few occasions ClearScript has entered what seeems to be a strange erronous state after a failing script.
At this point, when trying to create a new script engine, we get this exception whe…
-
I have been using the Microsoft ClearScript.V8 library since 2013 and consider it the most reliable and functional a .NET wrapper around the V8 JavaScript engine. I was very happy when Linux and macOS…
-
**Reproduction steps**
1. On an x64 linux machine run the unit test (`dotnet test` in the solution directory)
**Expected results:**
All tests pass
**Actual results:**
20 of 30 tests fail wi…
-
Hello,
I'm using ClearScript in my C# application to execute JavaScript scripts, and I've encountered an issue when trying to call functions defined in JavaScript from C#. Specifically, I'm using a…
-
Hi,
i have the following simplified code.
```csharp
using (V8ScriptEngine v8ScriptEngine = new V8ScriptEngine())
{
int length = 356_000_000;
string code = """
if(typeof(Ho…
-
**Description**
After upgrading webview2 to version 108.0.1462.44, run the program in administrator mode, open the file dialog box, and a crash occurs.
**Version**
SDK: 1.0.1462.37
Runtime: 108.…
-
The next big feature will be to permit running server side scripting code directly within the platform, without having to deploy. This will open up a huge amount of capability, but does require coding…
-
Hello
I use Dotnet8 and ClearScript.V8 7.4.4
Here is my Dockerfile:
```
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
RUN apt-get update && apt-get install -y libgssapi-krb5-2
USER app
W…
-
For functional application testing purposes, it would be helpful to be able to simulate delivery failures that occur for specific addresses such as:
550 Recipient address rejected: User unknown i…