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

MSBuild not found in .NET 8 Docker Container #2784

Closed gmdunlop closed 10 months ago

gmdunlop commented 10 months ago

Describe the bug We are attempting to run stryker in a .NET 8 Docker container (from Microsoft) which is causing the MSBuild not found error. It was working previously with the .NET 6 container.

Logs

stryker_issue

Expected behavior Stryker successfully performs mutation testing for the project.

Desktop (please complete the following information):

Additional context Might be an issue with our Docker container but I'd like to check here first since it works perfectly fine with the NET 6.0 container. I'd be greatful for any insight.

rouke-broersma commented 10 months ago

The build is failing without dotnet build, I suggest investigating that issue first.

gmdunlop commented 10 months ago

I apologize, this isn't a Stryker issue. It's a problem with building with an incompatible version of .NET. Closing as not to be fixed.