KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.41k stars 188 forks source link

When opening a project file, look for the preprocess function in the … #768

Closed yuehuang010 closed 2 months ago

yuehuang010 commented 3 months ago

Check the Evaluation folder for its ProjectEvaluation node to expose the "Preprocess" button.

KirillOsenkov commented 2 months ago

I don't quite understand this fix, can you explain what is happening in this scenario? If this was a bug, how do I reproduce?

Great job on fixing the flaky test. It's been bugging me for a while now.