Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

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

v2.2.176

27 Jan 23:00
Compare
Choose a tag to compare

What's Changed

  • [Proposal] Add dumprecords command by @JanKrivanek in #745
  • project(...) clause now supported in $copy search. Example: $copy foo.dll project(myproject.csproj)
  • double-clicking on file path search results from $copy partial search now inserts the full path into the search box

Full Changelog: v2.2.170...v2.2.176

Fix nullref when a file wasn't embedded

22 Jan 22:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.163...v2.2.170

v2.2.163

18 Jan 02:38
Compare
Choose a tag to compare

Full Changelog: v2.2.158...v2.2.163

Fix #744

v2.2.158: Merge pull request #743 from JanKrivanek/bugfix/read-properties-fix

10 Jan 22:32
f866220
Compare
Choose a tag to compare