Replies: 1 comment
|
Hi @briell99, ClearScript's test projects have always combined V8-dependent and V8-independent code – sometimes in the same test. That's why the If you prefer not to build V8, the only thing we can suggest is that you start with As an alternative, if you're just trying to reproduce a bug, consider creating a simple command-line application instead of writing a new test. That way you can add ClearScript via NuGet instead of building it. If you can isolate the bug, we'll be happy to investigate it and convert your application into a new coded test. Good luck! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How can we run ClearScriptTests with ClearScript.NoV8?
All reactions