I have a solution in Visual Studio. It contains about 500 projects. When I create a solution, I get a lot of output in the output window, as well as the build log. Suppose in the end I see
Rebuid All: 250 successful, 10 failed, 240 skipped.
If I want to know which projects could not be created, I usually look for 1 error (s) in the output window, then 2 errors (s) , etc., then 9 errors (s) . If I did not find 10 projects that could not use this search, I believe that the number of errors was a multiple of 10. Therefore, I am looking for an error of 10 , 20 (s) , etc. I usually find all failed projects this way, because it is unlikely that there were several errors in the project, which are a multiple of 100.
Question 1: Am I an idiot? What I do seems really idiotic to me - there has to be a better way. What is it?
But sometimes a project can fail for a number of other reasons (I suppose), because today I could not find projects that could not be built, - said 10 failed, but there were only 3 projects with x errors with non-zero x . I assume that there were some projects for which some steps after assembly were not completed or something else
Question 2: How can I find which projects failed in this case?
I am using Visual Studio 2008 SP1
Many thanks for your help.
Armen Tsirunyan
source share