Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

Fix debugging tasks

01 Feb 21:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.596...v2.1.627

New trace view

27 Dec 20:05
Compare
Choose a tag to compare

Thanks to:
@yuehuang010 for the new trace viewer
@0xced for making TaskRunner work on .NET Core
@ltrzesniewski for Avalonia fixes
@lambdageek for a Linux build fix
@filipnavara for .NET6 and Arm64 support
@rodo-r2r for categorizing most expensive tasks by parent
@n9 for a fix to properly call dotnet

Fix reading metadata from legacy binlogs

24 Aug 18:03
Compare
Choose a tag to compare
v2.1.561

Fix populating metadata from legacy binlogs

Better Properties and Items support

20 Aug 02:00
Compare
Choose a tag to compare
  • Several fixes and improvements to the new Properties and Items tab
    • now searches both the project and the evaluation for properties and items
    • searches Property reassignment messages
    • finds property and item assignments in targets (during execution)
  • Support for import hyperlinks in source code (thanks @ltrzesniewski)
  • Improvements to Avalonia UI (thanks @ltrzesniewski)
  • Dark theme color contrast increase
  • Fix #526
  • Fix #524

Fix skipped target pointing to a skipped target

17 Jun 00:53
Compare
Choose a tag to compare
Add .dll.config for tests

Need to specify binding redirects for xUnit when loading MSBuild

Represent skipped targets separately in the tree

06 Jun 23:32
Compare
Choose a tag to compare

Bugfixes

08 May 19:51
Compare
Choose a tag to compare
v2.1.500

Don't normalize path before entering GetSourceFileText.

Better support for $additem

06 May 01:44
Compare
Choose a tag to compare
v2.1.497

Display the evaluation items as AddItem

Fix bugs

05 May 05:28
Compare
Choose a tag to compare
v2.1.494

Add some structure under the Mmp task.

Better support for TargetSkippedEventArgs

04 May 05:05
Compare
Choose a tag to compare
v2.1.488

Drop Building with tools version Current messages.