stryker-mutator / stryker-net

Mutation testing for .NET core and .NET framework!
https://stryker-mutator.io
Apache License 2.0
1.75k stars 176 forks source link

dotnet stryker since command #2554

Open Liam-Rougoor opened 1 year ago

Liam-Rougoor commented 1 year ago

Is your feature request related to a problem? Please describe. We don't want the since and with-baseline options to be used simultaneously.

Describe the solution you'd like An explicit since command (and baseline command #1560 ) should ensure they can't be used simultaneously. Run stryker in since mode: dotnet stryker since --target "main" --mutation-level "Basic"

danihengeveld commented 8 months ago

@BasdeBruynInfoSupport and I will try this one

rouke-broersma commented 8 months ago

Work was started on the same request for baseline here: https://github.com/stryker-mutator/stryker-net/pull/2124 Implementation should be more or less the same. @richardwerkman

richardwerkman commented 8 months ago

@danihengeveld Work for this issue is 90% done in my branch https://github.com/stryker-mutator/stryker-net/pull/2124. You could help me by fixing the merge conflicts and do last testing. But the implementation is basically done already