1

I was debugging a big .sln in Visual Studio 2022. In the output window it shows the message:

========== Build: 16 succeeded, 6 failed, 13 up-to-date, 1 skipped ==========

I was wondering if it is possible to get a short summarized list, which projects could be built successfully and which failed?

Pascal
  • 13
  • 3

1 Answers1

1
KennetsuR
  • 704
  • 8
  • 17
  • Thanks for the tip. But does extension work for Visual Studio 22? The description of the extensions says "works with Visual Studio 2019,2017 and 2015"? – Pascal Nov 19 '22 at 13:35
  • @Pascal You could try [MSBuild built-in summary tool](https://devblogs.microsoft.com/visualstudio/msbuild-4-detailed-build-summary/) – KennetsuR Nov 21 '22 at 00:38