stryker-mutator / stryker-net

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

Read settings from a config file #94

Closed nicojs closed 6 years ago

nicojs commented 6 years ago

We should be able to configure stryker via a config file. Right now, all config settings are provided using the command line.

This can be in the .csproj file or via a custom stryker configuration file.

It would be cool if this logic can be reused from stryker for dotnet core as well as .NET framework.

rouke-broersma commented 6 years ago

Close with #96