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

Fix reference paths handling in BinlogTool #515

Closed ladipro closed 3 years ago

ladipro commented 3 years ago

I ran into crashes with the BinlogTool and a particular binlog which had references with absolute paths such as:

/r:"D:\some\path\assembly.dll"

This PR fixes it by:

Also adding the missing output_path argument to the usage text.

KirillOsenkov commented 3 years ago

Thanks!