MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.

MIT License

Stars
1.4K
Committers
77

Bot releases are hidden (Show)

MSBuildStructuredLog - Bug fixes and contributions

Published by KirillOsenkov over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.790...v2.1.814

MSBuildStructuredLog - Fix nullref when reading "Reusing node" messages with null BuildEventArgs

Published by KirillOsenkov over 1 year ago

What's Changed

Fixes #662

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.787...v2.1.790

MSBuildStructuredLog - Fix race condition

Published by KirillOsenkov over 1 year ago

MSBuildStructuredLog - Support binlog format version 16

Published by KirillOsenkov over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.758...v2.1.784

MSBuildStructuredLog - Support binlog format version 15

Published by KirillOsenkov almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.746...v2.1.758

MSBuildStructuredLog - Fix ArgumentOutOfRange in Environment

Published by KirillOsenkov almost 2 years ago

MSBuildStructuredLog - Tracing view improvements and other bugfixes

Published by KirillOsenkov almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.731...v2.1.745

MSBuildStructuredLog - Fix #624

Published by KirillOsenkov almost 2 years ago

MSBuildStructuredLog - Fix nullref in EnvironmentFolder

Published by KirillOsenkov about 2 years ago

MSBuildStructuredLog - v2.1.728

Published by KirillOsenkov about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.710...v2.1.728

MSBuildStructuredLog - Trace view fixes and improvements

Published by KirillOsenkov about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.686...v2.1.710

MSBuildStructuredLog - v2.1.686

Published by KirillOsenkov over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.669...v2.1.686

MSBuildStructuredLog - Analyze double-writes from Robocopy

Published by KirillOsenkov over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.627...v2.1.669

MSBuildStructuredLog - Fix debugging tasks

Published by KirillOsenkov over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.596...v2.1.627

MSBuildStructuredLog - New trace view

Published by KirillOsenkov almost 3 years ago

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

MSBuildStructuredLog - Fix reading metadata from legacy binlogs

Published by KirillOsenkov about 3 years ago

MSBuildStructuredLog - Better Properties and Items support

Published by KirillOsenkov about 3 years ago

  • 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
MSBuildStructuredLog - Fix skipped target pointing to a skipped target

Published by KirillOsenkov over 3 years ago

MSBuildStructuredLog - Represent skipped targets separately in the tree

Published by KirillOsenkov over 3 years ago

MSBuildStructuredLog - Bugfixes

Published by KirillOsenkov over 3 years ago

Badges
Extracted from project README
Build status NuGet package Chocolatey
Related Projects