KirillOsenkov / MSBuildStructuredLog

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

Partial tree mode for large binlogs #495

Open KirillOsenkov opened 3 years ago

KirillOsenkov commented 3 years ago

Consider a mode where instead of loading one giant main tree you start with entrypoints (or nothing at all) and only display subtrees rooted at search results for instance.

See this comment: https://github.com/KirillOsenkov/MSBuildStructuredLog/issues/235#issuecomment-529246024