Richard Werkman
Richard Werkman
**Information** - OS: [Windows] - Version: [0.44.0] - Terminal: [Windows Terminal] **Describe the bug** Escape doesn't work in some cases. It seems in combination with [link] it throws an exception...
This issue is more of a question than a bug. I didn't see github discussions here so I created this issue. Please sent me to the right place if this...
resolves #1560 resolves #2823 resolves #2847 - [x] Add command for baseline - [x] Add sub command for baseline recreate - [x] Remove the `--target` option and replace with an...
**Is your feature request related to a problem? Please describe.** Our reporters work fine at the moment. But the code is a little messy. They implement the [IReporter](src/Stryker.Core/Stryker.Core/Reporters/IReporter.cs) interface. This...
**Is your feature request related to a problem? Please describe.** Timeouts will take a long time to detect when tested. **Describe the solution you'd like** We can detect obvious timeouts...
**Is your feature request related to a problem? Please describe.** When mutating an implicit array initializer it results in a compile error. ``` cs var myArray = new [] {...
**Is your feature request related to a problem? Please describe.** When using string.IsNullOrEmpty most of the times only null is tested. **Describe the solution you'd like** If we mutate `string.IsNullOrEmpty(x)`...
**Is your feature request related to a problem? Please describe.** With the current exclude mutations I can only filter all mutations of a specific type or some specific linq mutations....
closes #1209
**Describe the bug** I have seen a project getting different stryker results every time I ran it. It happens when running the full solution. Buildalyzer seemed to find less test...