Skip to content
New issue

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 build should log that projects are being evaluated #11166

Open
jeffkl opened this issue Dec 17, 2024 · 0 comments
Open

Graph build should log that projects are being evaluated #11166

jeffkl opened this issue Dec 17, 2024 · 0 comments
Labels
Area: Logging Area: Static Graph Issues with -graph, -isolate, and the related APIs.

Comments

@jeffkl
Copy link
Contributor

jeffkl commented Dec 17, 2024

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

@jeffkl jeffkl added Area: Logging Area: Static Graph Issues with -graph, -isolate, and the related APIs. labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Logging Area: Static Graph Issues with -graph, -isolate, and the related APIs.
Projects
None yet
Development

No branches or pull requests

1 participant