ClearScript Library

Results 87 comments of ClearScript Library

Hi Andrey, Yes, this is the same issue. Oddly, the tool works when run as a normal application (`dotnet run`). This would appear to be an issue in the .NET...

>After updating the ClearScript library to version 7.2.2, the error began to appear more clearly: Hmm, we aren't seeing that. In our testing the behavior is exactly the same as...

Hi Andrey, >Nothing has changed in the system and using the ClearScript library version 7.2.1 gives the old result. We're seeing exactly the same results with 7.2.1 and 7.2.2. We...

>I testing this application on the x64 version of operating system We can't reproduce the OOM issue in Rosetta. In fact, in Rosetta we can't reproduce _either_ issue 🙄

Hi @viceice, One of ClearScript's main goals is to allow script code to use .NET objects _without_ conversion. There are exceptions, of course. Without automatic conversion of fundamental values –...

Hi @viceice, Sorry, please clarify. Why is conversion necessary? In other words, why can't the script code use your .NET objects "as is"? Thanks!

>i also need to allow generating some js object which needs to be converted to dotnet when passing to certain functions If we understand correctly, you have a large, complex...

Hi @viceice, >i currently get it working without but handling in Javascript isn't that nice It's great to hear that you found a temporary solution, but yes, we can see...

>Ok, will try to make a mockup in next days Thanks, that would be great. And if you could share a minimal example of a C# API that just doesn't...

Hi @viceice, Please feel free to reopen this issue if you're still interested in a general conversion facility in ClearScript. Thanks!