Description
Summary
Graph builds log when all projects have been loaded:
Static graph loaded in 0.708 seconds: 1 nodes, 0 edges
But for large complex builds, nothing is logged for quite some time, leaving a user wondering what is going on.
Background and Motivation
In this repository, I'm waiting for 30 seconds before anything is logged:
Static graph loaded in 29.808 seconds: 408 nodes, 4965 edges
Proposed Feature
I think MSBuild should log something at the before loading the graph:
Static graph is loading projects...
Alternative Designs
No response