Using MSBuild's diagnostic verbosity can slow build times and produce hard-to-read outputs. Switching to MSBuild's binary log feature provides the same detailed information in a more efficient and structured way. This includes a smaller output size, easier searchability with tools, and less impact on build times. The post

4m read timeFrom meziantou.net
Post cover image
Table of contents
# Diagnostic verbosity vs binary log# Generating a binary log# Exploring the binary log# Generating the binary log in GitHub Actions

Sort: