Releases: KirillOsenkov/MSBuildStructuredLog
v2.3.124 - add a link to the LLM integration prototype
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
Show central package versions from project.assets.json files
Full Changelog: v2.3.120...v2.3.121
v2.3.120
- Refresh properties and items when the selected project changes
- Parallel find in files
Full Changelog: v2.3.118...v2.3.120
v2.3.118
Full Changelog: v2.3.117...v2.3.118
v2.3.117
Full Changelog: v2.3.115...v2.3.117
v2.3.115
Full Changelog: v2.3.114...v2.3.115
Fix nullref
v2.3.114
What's Changed
- Improve start page shadow in dark theme by @drewnoakes in #910
- Fix #911
Full Changelog: v2.3.109...v2.3.114
v2.3.109
Full Changelog: v2.3.100...v2.3.109
Fixes to properties and graph
Property reads and writes
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
.slnxsolution 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
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
Fix a bug in graph filter combobox
Full Changelog: v2.3.59...v2.3.60