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

[Suggestion] Add Command Line Diffing to the CMD preview window. #764

Open yuehuang010 opened 3 months ago

yuehuang010 commented 3 months ago

I suggest a command line diffing tool built into the command line preview window. This would allow comparing different command line from the different binlog.

Alterative feature, adding a parsed view where it shows tokenized arguments on each separate lines and sorted. This would make manual inspection easier.

Thank you.