I have a very large project in Visual Studio 2019 and 2022 that is rebuilding unchanged projects drastically increasing the time of the build. I'm trying to look at the verbose build logs to decipher the cause of the rebuilds. Logging MSBUILD has a totally different observed build experience locally than VS so I can't use it to fix VS.
The problem is the Output panel for Build only has so big of a buffer and it is truncating most of the build. I don't see where you can increase this buffer or have it log to disk and my current research has led me to believe that you can't log the build straight to disk. Is a custom extension even possible?