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

Stryker does not enrich test project with test info for C# .NET Framework unit tests #2750

Closed MischaVreeburg closed 2 months ago

MischaVreeburg commented 9 months ago

Describe the bug Stryker is unable to correctly enrich test project data with test info data from VsTest for C# .NET Framework, in order to report to the user which test killed which mutant.

Expected behavior Stryker correctly enriches test project data with test info data for C# .NET Framework, in order to report to the user which test killed which mutant.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

dupdob commented 9 months ago

this is a known issue with vstest, I am pretty sure there is already an issue for this but I can't find it right now.

rouke-broersma commented 2 months ago

Duplicate of #2458