Eric Bouchard
Eric Bouchard
UTF-16 LE with BOM encoding is used on Windows, especially for resources files in Visual Studio projects. I created 4 files with the same text content, `test pt\r\n`, using different...
This PR adds basic UTF16 encoding support This fixes issue #202
This is a pull request to fix issue #199 The special case for the Windows platform in function `givenStdin` should not be there.
## Description With environment variable `VSTEST_HOST_NATIVE_DEBUG`, we can use a native debugger to debug tests but it requires `--InIsolation` flag. When using the argument `--tests:` to run a specific test,...
With environment variable `VSTEST_HOST_NATIVE_DEBUG`, we can use a native debugger to debug tests but it requires `--InIsolation` flag. When using the argument `--tests:` to run a specific test, testhost.exe is...