Stryker can't find WorkerExtensions.AssemblyInfo.cs

99 views Asked by At

I'm trying to run Stryker in my .NET 8.0 solution but it is looking for a file in the net6.0 release folder. This file doesn't appear to be available in the net8.0 folder either

An error occurred during the mutation test run System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:...\obj\Release\net6.0\WorkerExtensions.AssemblyInfo.cs'

How can I get Stryker to run mutation tests on my solution?

0

There are 0 answers