KirillOsenkov / MSBuildStructuredLog

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

Fix an issue where ShowCpp was hiding Task when ShowCpp is empty. #615

Closed yuehuang010 closed 1 year ago

yuehuang010 commented 1 year ago

Fix an issue where ShowCpp was hiding Task when ShowCpp is empty. Add a check to make sure that there are entries, even when ShowCpp box is checked.