-
As mentioned on this page https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives I can use new symobols in preprocessor if like `NETCOREAPP3_1_OR_GREATER` which shou…
-
**Is your feature request related to a problem? Please describe.**
See issue #1824
**Describe the solution you'd like**
Stryker needs to declare predefined symbols when building the mutated asse…
-
In a situation where you use both normal unittests and SpecFlow tests, you can end up with two test projects, testing the same implementation project.
Now you have to run stryker twice and you end …
-
Been thinking about how to let theme change settings or even include their own modules or extensions and finally have a scheme I'm happy with.
- The concept of "theme folders" will be introduced.
…
-
**Describe the bug**
I'm trying to run mutation tests in my local environment and in Azure Pipelines, both throws an exception and exits with error. The exception description is:
```
An error occ…
-
**Describe the bug**
When running `dotnet-stryker` I get the error
Logs
```
dotnet-stryker -s ../../Brand.CustomerData.sln -l trace
[33m
_____ _ _ _ _ …
-
**Describe the bug**
Sometimes Stryker crashes for random projects with this error
This happens after throwing a bunch of exceptions with the `FileNotFoundException` on the top, see logs attac…
-
**Describe the bug**
Stryker did't analyze my project in net core 3.1, with no specifc log.
**Logs**
dotnet stryker
```
[18:02:42 INF] Identifying project to mutate.
[18:02:45 INF] The projec…
-
### Reproduction steps
We sporadically experience the following exception in our Bitbucket CI environment, when a test tries to use the LibGit2Sharp library:
> System.TypeInitializationException…
-
**Describe the bug**
When running Stryker against a .NET 5.0 project, errors/`FileNotFoundException`s are logged to the console as warnings. These appear to be related to built-in analyzers automatic…