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

Treat Assembly Loads as messages #654

Closed JanKrivanek closed 1 year ago

JanKrivanek commented 1 year ago

Context

'Assembly loaded' messages were interpreted as Properties on MSBuild target. https://github.com/KirillOsenkov/MSBuildStructuredLog/pull/653#issuecomment-1423025459

Fix

Special case args by AssemblyLoadedBuildEventArgs type before special case handling MSBuild target