stryker-mutator / stryker-net

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

Install Stryker .Net for .NET Framework Version=v4.7.1 #583

Closed alexbunardzic closed 5 years ago

alexbunardzic commented 5 years ago

Having problems trying to install Stryker for .NET Framework Version=v4.7.1

The docs do mention installation for non-.Net Core projects, but the link seems to have expired.

Any pointers?

Thanks!

rouke-broersma commented 5 years ago

Could you explain the problems you are having, and which links have expired? There is nothing different in installing Stryker for dotnet framework or dotnet core. Make sure you have at the minimum dotnet core 2.2 available and then run dotnet tool install -g dotnet-stryker.

alexbunardzic commented 5 years ago

I have no problems installing and running Stryker for dotnet core. I wasn't able to get it to work on .Net framework v4.7.1.

I'll try your instructions on Monday.

Thanks.

rouke-broersma commented 5 years ago

There is no difference in installing between framework or core. Stryker runs on dotnet core only, even when testing a dotnet framework project. The only difference is in configuration and in that you need nuget.exe available in your path.

alexbunardzic commented 5 years ago

Everything works. Thanks for helping out :)