Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

Bugfixes in $copy results

01 Aug 01:13
Compare
Choose a tag to compare

Icons for file copy results

31 Jul 23:18
Compare
Choose a tag to compare

For $copy filename.txt results use a dedicated icon that shows whether the file is a source of a copy operation, a destination, or both.

Full Changelog: v2.2.291...v2.2.292

Support for file format version 22

26 Jul 15:17
d7462fa
Compare
Choose a tag to compare

What's Changed

  • Update Log format to recognize changes in EnvVarArgs by @JanKrivanek in #793
  • Bump System.Text.Json from 6.0.0 to 8.0.4 in /src/StructuredLogger.Tests by @dependabot in #791

Full Changelog: v2.2.287...v2.2.291

v2.2.287: show import chain in breadcrumb for preprocessed text

07 Jul 22:34
Compare
Choose a tag to compare

New Feature: show import chain in breadcrumb for preprocessed text

https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Viewer-UI#preprocessed-projects

image

Navigate from import to the place in preprocessed text where it is imported (if preprocessed text is shown)

Support $target skipped=false and $target skipped=true to show only unskipped or only skipped targets

Show grayed out nodes in search results if the actual node is grayed out

Fixed #774

Full Changelog: v2.2.269...v2.2.287

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