Releases: KirillOsenkov/MSBuildStructuredLog
Releases · KirillOsenkov/MSBuildStructuredLog
v2.2.392
- Fix 835: show timestamps for messages under tasks
Full Changelog: v2.2.383...v2.2.392
v2.2.383
What's Changed
- Add sample on searching secrets without username by @JanKrivanek in #830
- Fix #831: display circular project references instead of crashing with StackOverflow
- Fix copy text on name/value nodes
Full Changelog: v2.2.379...v2.2.383
Published
Experimental secret search with $secret
What's Changed
- Add secrets search and bump DotUtils.MsBuild.BinlogRedactor.SensitiveDataDetector version by @YuliiaKovalova in #829
- builds that don't have BuildStarted and BuildFinished are considered succeeded, not failed (e.g. for binlogs produced from just the evaluation)
Search for $secret
to find potential secrets in the binlog.
Full Changelog: v2.2.376...v2.2.379
2.2.376
v2.2.376 Bump binlogtool
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