Releases: KirillOsenkov/MSBuildStructuredLog
Releases · KirillOsenkov/MSBuildStructuredLog
Fix search
v1.0.53 Populate the string table when reading binary logs. Without it, searc…
New compact binary log format: *.buildlog
This release introduces the new binary log format *.buildlog, which also becomes the default. XML is still available. Binary logs can be up to 200x smaller and faster than XML. Depending on which file extension you pass to the StructuredLogger.dll it will write .xml or .buildlog (binary).
The UI can still open and save both formats, but when saving it now defaults to .buildlog.
The binary format is subject to change because the MSBuild Team itself might be coming up with a binary log format. We may switch to using that format in the future.
v1.0.46
Use 32-bit MSBuild even if our process is 64-bit.
v1.0.40
Speed up loading and saving .xml logs
v1.0.29
Making the StructuredLogViewer app 64-bit.
v1.0.22
Fix a bug introduced by the previous optimization where properties wo…
v1.0.20
Update README.md
Fix bugs
v1.0.15 Fix a bug with building Roslyn.
Add search filter by item kind
v1.0.2 Display all errors using $error in search results when loading a buil…
Bugfix release
Minor bug fixes and refinements.