ClearScript icon indicating copy to clipboard operation
ClearScript copied to clipboard

A library for adding scripting to .NET applications. Supports V8 (Windows, Linux, macOS) and JScript/VBScript (Windows).

Results 46 ClearScript issues
Sort by recently updated
recently updated
newest added

Hello. Thank you for providing this awesome library! I'm currently using ClearScript v.7.2.0 and trying to debug JavaScript built from TypeScript. I'm using [esbuild](https://github.com/evanw/esbuild) v0.14.24 as a bundler, and setting...

enhancement
external

Hello! Initially, [this error](https://github.com/Taritsyn/DartSassHost/issues/4) was discovered by [Sergey Zwezdin](https://github.com/sergeyzwezdin). By many characteristics, this error is very similar to [another issue](https://github.com/microsoft/ClearScript/issues/318) registered in this repository. This error occurs in macOS 12.1...

question

_Originally posted by @ClearScriptLib in https://github.com/microsoft/ClearScript/issues/260#issuecomment-833759613_ Hello and thank you for your reply! I am not quite sure how you achieved that. I connected to my host through the DevTools...

question

Hi, We've recently discovered an issue while using ClearScript version 7.2.0. When trying to use ClearScript in an Alpine Docker Image, the following error occurs: ``` Unhandled exception. System.TypeLoadException: Cannot...

enhancement

On Windows, the build script (vs_toolchain.py) would fail with message "No supported Visual Studio can be found". Even I already set the path with $Env:vs2019_install = "d:/my-vs-path", and I can...

question

Hello, Great library! But I make calls to APIs and build data in the form of a table that I return to the .NET host. The format of the data...

enhancement
question
external

Is there a plan to support Android Mono? Is it possible and feasible? I see this was discussed in #57 but ClearScript does not use mixed assemblies anymore so I...

enhancement
question

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/microsoft/ClearScript/blob/ee1a5e3ad53594b732479b2e9855b2cc6c7b81f2/NuGet/files/build/net45/Microsoft.ClearScript.targets#L4-L34...

question

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 the WebActivatorEx NuGet...

suggestion