We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
In this repository, I'm waiting for 30 seconds before anything is logged:
Static graph loaded in 29.808 seconds: 408 nodes, 4965 edges
I think MSBuild should log something at the before loading the graph:
Static graph is loading projects...
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: