Releases: KirillOsenkov/MSBuildStructuredLog
Releases · KirillOsenkov/MSBuildStructuredLog
v2.2.269
What's Changed
- Add
not(...)
query filter clause - will filter all nodes that match the query inside the not parentheses (may be nested and may have multiple not clauses) - [Trace Control] Add back culling rendering to speed up rendering large graphs by @yuehuang010 in #784
- Fix searching with duration by @yuehuang010 in #785
- Improve searching for Messages with a timespan. by @yuehuang010 in #786
- Add height bound to the render area in TraceView. by @yuehuang010 in #787
Full Changelog: v2.2.248...v2.2.269
2.2.248: explain transitive file copies, adjust context menu
Full Changelog: v2.2.243...v2.2.248
Adds a new feature that explains transitive file copies (files copied to output because they come from referenced projects).
Reorganize the context menu and fix theming.
2.2.243: support binlog file format version 21
What's Changed
Full Changelog: v2.2.240...v2.2.243
https://www.nuget.org/packages/binlogtool/1.0.15
https://www.nuget.org/packages/MSBuild.StructuredLogger/2.2.243
2.2.240: $copy project() to view project file copy graph
Supports $copy project()
syntax to display all files copied by a given project(s).
Fix for #736
Full Changelog: v.2.2.235...v2.2.240
2.2.235: support binlog file format version 20
What's Changed
- Added TaskAssemblyLocation to TaskStartedEventArgs2 by @MichalPavlik in #772
New Contributors
- @MichalPavlik made their first contribution in #772
Full Changelog: v2.2.226...v.2.2.235
Condition analyzer
What's Changed
- Fix StructuredLogViewer.Avalonia to work on source-build SDKs by @omajid in #765
- Adjust messaging of compatibility mode by @JanKrivanek in #766
- Group Context Menu by @yuehuang010 in #767
- When opening a project file, look for the preprocess function in the … by @yuehuang010 in #768
- Add a message when MSBuild task or target skip due to condition evalu… by @yuehuang010 in #769
New Contributors
Full Changelog: v2.2.212...v2.2.226
Show task assembly if overridden
v2.2.212 Don't ignore task assembly if the task has been overridden
Support Windows arm64
What's Changed
- Add native Arm64 support by @reflectronic in #763
- fix a nullref
- fix searching for an embedded file by full path on windows
New Contributors
- @reflectronic made their first contribution in #763
Full Changelog: v2.2.207...v2.2.211
v2.2.207
Favorites and Ctrl+F
What's Changed
- You can now favorite nodes! Favorites show in the Favorites tab. You can build a "map" of the relevant locations in the build tree.
- Press Ctrl+F on a node with lots of children and filter the children by substring. Escape to clear filter or close, Enter to close the textbox.
- Add search menu for Top Expansive by @yuehuang010 in #754
Full Changelog: v2.2.176...v2.2.206