Marek Buchar
Marek Buchar
**Is your feature request related to a problem? Please describe.** I would like to open html report only when mutant survive, which is currenly not possible. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** When running stryker on large solution, stryker will mutate every single project it can find even if given project /...
**Describe the bug** "progress" reporter 'progress bar' is hiding last line of log. **Expected behavior** last line visible above 'progress bar' **Desktop (please complete the following information):** - OS: Windows...
Currently, when im writing annotations i need to restart visual studio so resharper can pick up my changes. It would be nice to have command, that would tell resharper to...
during install msbuild print 'no project found' warning and quits ... its during command node tools/install.js - because lib/bootstrap/project.json file is no longer supported ... after creating lib/bootstrap/project.csproj with content...
**Is your feature request related to a problem? Please describe.** I have this code: ``` List list = new List(); string Aggregate() { var top = list[0]; list.RemoveAt(0); if (top.All(char.IsNumber))...
**Is your feature request related to a problem? Please describe.** I sometimes get "Mutant 4234 is only covered by failing tests." error message. It would be nice to see what...
**Is your feature request related to a problem? Please describe.** When mutant survives html report will show bottom panel with explanation why. But it doesnt show how to disable that...