Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

v2.3.124 - add a link to the LLM integration prototype

18 Jan 20:24

Choose a tag to compare

What's Changed

  • Add redirecting button informing about LLM chat experimental release by @JanKrivanek in #916

Full Changelog: v2.3.121...v2.3.124

v2.3.121

22 Dec 00:45

Choose a tag to compare

Show central package versions from project.assets.json files

Full Changelog: v2.3.120...v2.3.121

v2.3.120

21 Dec 20:51

Choose a tag to compare

  • Refresh properties and items when the selected project changes
  • Parallel find in files

Full Changelog: v2.3.118...v2.3.120

v2.3.118

06 Dec 00:48

Choose a tag to compare

Full Changelog: v2.3.117...v2.3.118

v2.3.117

05 Dec 04:39

Choose a tag to compare

Full Changelog: v2.3.115...v2.3.117

v2.3.115

05 Dec 01:07

Choose a tag to compare

Full Changelog: v2.3.114...v2.3.115

Fix nullref

v2.3.114

04 Dec 22:07

Choose a tag to compare

What's Changed

Full Changelog: v2.3.109...v2.3.114

v2.3.109

02 Dec 21:08

Choose a tag to compare

Full Changelog: v2.3.100...v2.3.109

Fixes to properties and graph

Property reads and writes

07 Nov 02:47

Choose a tag to compare

What's Changed

  • Show property reads and writes during evaluation in the Properties and Items tab
  • Show property graph for an evaluation
  • Add support for .slnx solution files in file dialogs by @snechaev in #903
  • [Avalonia] Improve the menu items hotkey look and feel. Fixes #904 by @snechaev in #905
  • "Copy command line to clipboard" now works for Avalonia version by @snechaev in #906
  • Add touch gesture to Tracing View by @yuehuang010 in #907

New Contributors

Full Changelog: v2.3.60...v2.3.100

image

When you search for $property prop1 prop2 ... propN in the Properties and Items tab, we will now show detailed information about where these properties were read and written, in order, in the entire preprocessed text.

If the MsBuildLogPropertyTracking environment variable is set to 15, we will also leverage the additional information such as property initial assignment messages to show the new value after each assignment and the initial value and its source.

For properties read before they were written we will highlight the read in red and show a tooltip.

v2.3.60

20 Sep 03:12

Choose a tag to compare

Fix a bug in graph filter combobox

Full Changelog: v2.3.59...v2.3.60