Is it planned to support `dotnet vstest` to allow testing dlls like: ``` return gulp.src('**/*UnitTests*.dll', { read: false }) .pipe(vstest()); ```