Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

v2.2.269

20 Jun 01:18
Compare
Choose a tag to compare

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

22 May 02:40
Compare
Choose a tag to compare

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).

image

Reorganize the context menu and fix theming.

2.2.243: support binlog file format version 21

17 May 22:27
8d94b16
Compare
Choose a tag to compare

2.2.240: $copy project() to view project file copy graph

05 May 22:07
Compare
Choose a tag to compare

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

18 Apr 21:15
c9763b3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.226...v.2.2.235

Condition analyzer

08 Apr 18:29
7e1ca2a
Compare
Choose a tag to compare

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

07 Mar 19:59
Compare
Choose a tag to compare
v2.2.212

Don't ignore task assembly if the task has been overridden

Support Windows arm64

07 Mar 02:30
4387719
Compare
Choose a tag to compare

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

Full Changelog: v2.2.207...v2.2.211

v2.2.207

11 Feb 21:32
Compare
Choose a tag to compare

Fix #758

Thanks @Youssef1313!

Full Changelog: v2.2.206...v2.2.207

Favorites and Ctrl+F

09 Feb 23:03
Compare
Choose a tag to compare

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