ClearScript Library

Results 125 comments of ClearScript Library

Hi @arsi0001, Thanks for posting that log. If we're reading it correctly, your issues are limited to the following: - One particular [`string.Split` overload](https://docs.microsoft.com/en-us/dotnet/api/system.string.split?view=net-6.0#system-string-split(system-char-system-stringsplitoptions)). - The [`ExcludeFromCodeCoverage`](https://docs.microsoft.com/en-us/dotnet/api/system.diagnostics.codeanalysis.excludefromcodecoverageattribute) attribute. It looks...

Hi @arsi0001, >But I guess I can build your whole clearscript project again, with those two fixed things you mentioned (split&coverage) and then retry those dlls? Yes. The issues you're...

Hi @arsi0001, >What is the V8SplitProxyNative.UWP.tt under bin\Release\uap10.0\ClearScript.V8\V8\SplitProxy for? That's a source file. You don't need to deploy it. >Unable to load DLL 'kernel32.dll': The specific module could not be...

Hi @arsi0001, Thank you so much for sharing your sample! Unfortunately, ClearScript is a side project, and we don't have HoloLens hardware, so we can't test potential fixes in the...

Thanks @arsi0001. Do you know whether the issue is reproducible in the [HoloLens Emulator](https://docs.microsoft.com/en-us/windows/mixed-reality/develop/advanced-concepts/using-the-hololens-emulator)? EDIT: Yes, it is! Thanks!

Hi again @arsi0001, We were able to reproduce your issue by building for x64 and deploying to the HoloLens Emulator. Apparently the standard kernel32 library is unavailable on HoloLens, making...

Hi @arsi0001, Please feel free to reopen this issue if you have additional questions about this topic. Thank you!

@viceice Thanks for reporting this!

Fixed in [Version 7.3.2](https://github.com/microsoft/ClearScript/releases/tag/7.3.2).

Thanks for reporting this @cilerler. Good to know that you found a solution! We're watching microsoft/msbuild#5485 for guidance.