-
> Hey there, once again :)
>
> So we are leveraging Stryker more and more, currently running it against a bunch of projects nightly.
>
> And I am investigating the diff mode. I have made a chan…
-
**Describe the bug**
I'm trying to run `stryker` on a `azure pipeline` running on an `ubuntu` agent with a `powershell` task like this:
```yml
- task: PowerShell@2
displayName: "Run muta…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Logs**
For us to best assist you in diagnosing the problem we would ask you to run stryker with the option `--log-file` …
-
**Describe the bug**
When executing Stryker on my .NET core solution, occasionally (I would say once out of 5 tries?) stryker simply hangs.
my run command:
dotnet stryker -p Contracts/Contracts.c…
-
**Describe the bug**
I use Stryker to test my project. And I want to exclude some "auto-generated" methods like ToString and GetHashCode.
The command to run Stryker looks like:
dotnet stryker -…
-
**Describe the bug**
stryker does not support .net5 framework. The issue is with the library used by Stryker (Buildalyzer). The BuildAnalyzer is parsing the targetframework of the project and while p…
-
**Describe the bug**
Looks like it's not [Issue 531](https://github.com/stryker-mutator/stryker-net/issues/531) and it happens once per 5-7 runs.
**Logs**
Console Output for command `dotnet stryk…
-
**Describe the bug**
When running the command:
```dotnet-stryker --diff -gs "branch" -r "['html']"```
The mutation-report.html shows 100% mutation score on files that were not mutated.
![Stryke…
-
## Description
For our mutation testing framework we integrate with vstest using the translationlayer package. Since we cannot be sure vstest.console is available on the target system, we include Mic…
-
**Describe the bug**
We have a .NET Core 3 project and would like to validate our tests using Stryker.
.NET Core 3 itself seems to be supported.
But I think C# 8 is not (yet) supported, isn't it? I…
lg2de updated
3 years ago