Petr

Results 123 comments of Petr

Yes, this issue finally made me look deeply in this dynamic mutation switching strategy Stryker implements :D And I agree it can be classified as a feature request. > Also,...

Just confirming that the strategy described above worked for us, we now have decent mutation scores for generators as well!

Hard to say. Theoretically it's not "clean" as it requires quite some effort on the client side. But then it's not very "dirty" as once implementing this effort one wouldn't...

Just wanted to share an opinion - I actually think it's good that the path is unique every time, I can then compare the reports after some changes. I mean...

Hey there! We are ramping up new repo on Stryker and getting this exact issue for a bunch of projects, i.e. `GeneralStrykerException` in `InitializeVsTestConsole`. I was thinking what to do,...

So the `testBinariesPaths` are `"REPO\bin\TESTPROJECT\\net472\\TESTPROJECT.dll"`. Indeed they don't exist: ![image](https://user-images.githubusercontent.com/5451366/160858159-ddef649c-0e66-4a86-803b-a3b3a858a447.png) What does exist is `REPO\bin\TESTPROJECT\Debug\net472\TESTPROJECT.dll` :D Once I hardcoded this, things started to move. So it should be an easy...

Okay so I confirm that, the issue is further down the line. There is some MSBuild voodoo in the project for output paths for the binaries, so it's either Buildalyzer...

Oh, that for sure, here I can tell the whole story :D The `.sln` contains a bunch of normal C# projects (`.csproj`) and a few weirder things like `.ccproj` (doesn't...

But well, as you see, the effect of this is Stryker mislooking the binaries for one level so a very local fix would be to search recursively in a broader...