Results 10 issues of Mischa Vreeburg

Hi all, I like the dotNetRDF library, and I'd like to contribute to it. I've currently only got experience with the import and export of the library. In those workflows...

All covering unit tests that don't have a TestFilePath are marked as pending. Added shortcircuit for mutants having no covering tests This PR solves issue: https://github.com/stryker-mutator/stryker-net/issues/2752

For the enrichment, an alternative datasource has been chosen along with some clever parsing. It now falls back for C# files to the previously scanned test source files and tries...

**Describe the bug** Stryker is unable to correctly enrich test project data with test info data from VsTest for C# .NET Framework, in order to report to the user which...

🐛 Bug

**Describe the bug** When the SinceMutantFilter is active and there are tests that do not have a TestFilePath, then these are never marked as having been changed and needing a...

🐛 Bug

The Since filter bases the testproject detection on the strykerOptions TestProjects property. This is currently not being filled in solution mode. This PR fixes this issue and addresses issue: https://github.com/stryker-mutator/stryker-net/issues/2748

**Describe the bug** When running the since filter on a multi project solution, in solution mode, the unit test projects are not correctly identified. This results in a filter run...

🐛 Bug

I have some trouble running Stryker. It looks like the during/after the vstest test discovery phase, the separate vstest processes don't return . It looks like a deadlock situation. The...

🐛 Bug
! Need more info !

When running stryker against a multiproject solution, stryker will consistently tell that no baseline is found, even though the file is in the baseline folder. Stryker is not finding the...

🐛 Bug
hacktoberfest
Feat: Baseline
Feat: Solution run
good first issue

### What were you expecting to happen? When executing a gulp task ``` gulp.src('dist/js/**/*.js') .pipe(gulp.dest('wwwroot/assets') ``` the task failed. When I used gulp-debug it reported no items found even though...