KirillOsenkov / MSBuildStructuredLog

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

Add support for binlog 14 #545

Closed GeertvanHorrik closed 2 years ago

GeertvanHorrik commented 2 years ago

I tried searching for existing issues, but couldn't find any

When publishing a .NET 6 project (with Blazor project), it tells me the version is not supported:

image

To generate this log, I use this command line:

C:\Program Files\dotnet\sdk\6.0.100\MSBuild.dll ... /binarylogger:C:\source\myproject\output\Release\MsBuild_myproject_pack.binlog;ProjectImports=Embed

Is there a way to add support for version 14 or a way to output a different version?

KirillOsenkov commented 2 years ago

It is supported, just update the viewer app to 2.1.561. It usually auto-updates when you restart the app.

GeertvanHorrik commented 2 years ago

That is fantastic news, thanks! I downloaded this via Chocolatey, maybe that is an outdated version?

KirillOsenkov commented 2 years ago

Yes, I need to push the latest installer to choco, sorry about that.

GeertvanHorrik commented 2 years ago

No problem, I can confirm that the one via Squirrel works. Thanks for your response, it's much appreciated!