Releases: KirillOsenkov/MSBuildStructuredLog
Releases · KirillOsenkov/MSBuildStructuredLog
Bugfixes
Fixed bugs, hiding root-level evaluation messages under Evaluation folder
Various improvements to UI and loggers
v1.1.81 Order the unparented targets by start time.
Support for viewing embedded projects, imports and preprocessing
Major enhancements:
- Support for the new msbuild /bl option for embedding projects and imports into the .binlog file
- If files are embedded, allow to list the files and search through them
- Allow viewing the files in a text editor
- Allow viewing preprocessed source for projects (with all imported projects inlined)
When a node in a tree is selected press SPACE or ENTER (or double-click) to view the source code associated with it, if any. Projects, targets and tasks have links to source code.
Text Viewer for source files
If a file is present on disk, double-click on a tree node to view the source for the file (for projects, targets, tasks, errors and warnings).
Text Viewer for source files
If a file is present on disk, double-click on a tree node to view the source for the file (for projects, targets, tasks, errors and warnings).
Enable tree virtualization
- Enable tree virtualization
- Allow to turn virtualization on or off, persist the setting
- If the log file has a *.buildsources.zip file next to it, read the sources from the .zip file
- Allow navigating to source by double-clicking a node or pressing Space or Enter (for nodes that have source code, such as targets, tasks, projects, errors, etc)
Fix a bug in BinaryLogger writer
Fixes a bug in BinaryLogger that could result in log corruption
Better exception handling
Bug fix release to attempt to fix #54
Add support for the MSBuild .binlog format
Adds support for the new MSBuild .binlog format.
Fix issue #51 and rollback to Squirrel 1.4.0
v1.0.100 Rollback to Squirrel 1.4.0 because of issue https://github.com/Squirr…