KirillOsenkov / MSBuildStructuredLog

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

Update Log format to recognize changes in EnvVarArgs #793

Closed JanKrivanek closed 4 months ago

JanKrivanek commented 4 months ago

Context

This is update to reflect changes in MSBuild - https://github.com/dotnet/msbuild/pull/10307 (with later adjustments: https://github.com/dotnet/msbuild/pull/10410, https://github.com/dotnet/msbuild/pull/10441)