stryker-mutator / stryker-net

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

Lack of project details in log for solution mode #2843

Closed dupdob closed 4 months ago

dupdob commented 4 months ago

Describe the bug Stryker does not log project details when in solution mode. Stryker normally dumps project details captured by BuildAlyzer when using --dev-mode flag. It works properly in project mode, but not in solution mode. This is a problem to analyze user reported issues. Furthermore, looking at the code, it seems that there are other subtle differences between the two mode that probably should not exist in the first place.

Logs For us to best assist you in diagnosing the problem we would ask you to run stryker with the option --log-to-file or -L and to attach the resulting logs to the issue.

Expected behavior Stryker should log project details when --dev-mode is on, including in solution mode.

dupdob commented 4 months ago

fixed by PR #2845