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

Is it possible to see items returned by evaluation? #385

Closed
drewnoakes opened this issue Aug 25, 2020 · 4 comments
Closed

Is it possible to see items returned by evaluation? #385

drewnoakes opened this issue Aug 25, 2020 · 4 comments
Assignees
Labels

Comments

@drewnoakes
Copy link
Contributor

Right now the "Evaluation" node only shows evaluated properties. It would be useful to see the set of items obtained via evaluation.

(I'm not 100% sure that this makes sense though. In VS we evaluate the project and get items from it, and my assumption is that these items come from the evaluation directly without calling any targets.)

@KirillOsenkov
Copy link
Owner

Properties and Items should be displayed under a Project's actual build, not evaluation. Sometimes it's not displayed, and it's a bug that we need to figure out:

dotnet/msbuild#3616
dotnet/msbuild#4926
dotnet/msbuild#5316

@KirillOsenkov KirillOsenkov self-assigned this Jan 4, 2021
@KirillOsenkov
Copy link
Owner

dotnet/msbuild#4926 has now been fixed, so what's left is move the logging of properties and items from ProjectStarted to ProjectEvaluationFinished

@KirillOsenkov
Copy link
Owner

dotnet/msbuild#6287 should fix this.

@KirillOsenkov
Copy link
Owner

This is fixed and will hopefully ship in 16.10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants