Skip to content

Property reads and writes

Choose a tag to compare

@KirillOsenkov KirillOsenkov released this 07 Nov 02:47
· 27 commits to main since this release

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.