You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, I manually enabled gcServer in the msbuild.exe.config to speed up graph build at the expense of extra memory usage. I also set gcHeapCount=3 to soft cap the memory growth. Play with the number to see what works best. On my machine, it improved the graph time from 20s to ~10s.
Summary
Graph builds log when all projects have been loaded:
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:
Proposed Feature
I think MSBuild should log something at the before loading the graph:
Alternative Designs
No response
The text was updated successfully, but these errors were encountered: