Releases: KirillOsenkov/MSBuildStructuredLog
Releases · KirillOsenkov/MSBuildStructuredLog
2.2.376
v2.2.374
What's Changed
- Add a main menu link to search syntax wiki by @vikukush in #826
- Fixes to TaskRunner (run and debug tasks)
- Fix $copy to pick the right project to explain a single file copy
- Recover file copy operations for skipped _CopyOutOfDateSourceItemsToOutputDirectory target (for incremental build scenarios where no copy has actually happened)
- Fix a deadlock when an exception happens on a background thread
New Contributors
Full Changelog: v2.2.356...v2.2.374
Support binlog format version 24
What's Changed
- add new event type BuildCanceled by @JanProvaznik in #824
New Contributors
- @JanProvaznik made their first contribution in #824
Full Changelog: v2.2.350...v2.2.356
Published:
v2.2.350: binlog reading perf improvements by Stephen Toub
What's Changed
- Fix use of server GC for .NET 8 build by @stephentoub in #819
- Remove some low-hanging fruit allocation by @stephentoub in #821
- Update DotUtils.StreamUtils.Sources version by @JanKrivanek in #822
- display task output parameter name in a structured way (fixed #817)
New Contributors
- @stephentoub made their first contribution in #819
Full Changelog: v2.2.342...v2.2.350
Support for #project height=0
- Support for finding projects of certain "height", or "depth", or "rank" - height=0 finds projects with no references, height=1 finds projects referencing those, and so on. height=max finds projects that form the longest dependency chain. https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Search-Syntax#project-heightn
- if a task has more than 10 messages underneath, they will be grouped in a subfolder
Full Changelog: v2.2.336...v2.2.342
Ignore a couple first-chance exceptions
Full Changelog: v2.2.334...v2.2.336
Fix exception indicator
v2.2.334 Ignore a first-chance exception in Squirrel
2.2.330: First-chance exception improvements
Full Changelog: v2.2.326...v2.2.330
2.2.326: Add a first-chance exception indicator
Full Changelog: v2.2.324...v2.2.326
v2.2.324
Fix the installer by reverting to an older Cecil
Full Changelog: v2.2.321...v2.2.324