MSBuildStructuredLog
MSBuildStructuredLog copied to clipboard
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
Target PackageAppx Exec powershell `Copying C:\__w\1\s\bin\StoreApp\Release-NetFx\intermediate\X\License_.rtf to C:\__w\1\s\bin\x64\Release-NetFx\Product\StoreApp\PackageFiles`
Exception in BinaryLog.ReadBuild() after Migrating to .NET 9 and Updating MSBuild.StructuredLogger
Since migrating our project from .NET 8 to .NET 9 and updating the MSBuild.StructuredLogger NuGet package from version 2.2.356 to 2.2.386, we frequently encounter an exception at `BinaryLog.ReadBuild()`. Below is...
This is because for Message tasks we append the text of the message, so the string is actually "Message: text bla bla", and since that compound string is not interned,...
People are reporting that on net8.0 Reflector doesn't work, fails to access fields.
$nuget or $projectreference results have projects, clicking on them should show the source code
One todo would be to investigate adding parallelism to secret detection because right now it's really slow on real-life binlogs, even moderately sized. Takes over two minutes on a 5...
How do I display all properties that start with "Q"? I'm looking at this https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Search-Syntax and I don't see a way to do this. $property Q gives me substring search...
Here's the binlogtool version info from the step before "C:\Program Files\dotnet\dotnet.exe" tool update binlogtool --version 1.0.22 --allow-downgrade --tool-path dotnet-tools --configfile nuget.config You can invoke the tool using the following command:...
I was trying to compare/contrast two binlogs and thought that the process would be made much easier if the parameter and output lists were alpha-sorted. Anyone have thoughts on this?...
Could be very useful to let AI assist in analyzing binary logs...