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

Reintroduce removed public API #748

Closed JanKrivanek closed 5 months ago

JanKrivanek commented 5 months ago

Fixes #746

Context

Reintroducing removed BinaryLog and Serialization public methods. There are other breaking changes in publicly exposed types/calls in the binlogtool - but I'd expect that to be rather used via CLI rather then API (so leaving as is now)