Skip to content

Releases: KirillOsenkov/MSBuildStructuredLog

v2.2.392

19 Nov 22:09
Compare
Choose a tag to compare
  • Fix 835: show timestamps for messages under tasks

Full Changelog: v2.2.383...v2.2.392

v2.2.383

04 Nov 22:50
c974f7d
Compare
Choose a tag to compare

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

02 Nov 20:51
Compare
Choose a tag to compare

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

27 Oct 06:18
Compare
Choose a tag to compare
v2.2.376

Bump binlogtool

v2.2.374

27 Oct 05:17
Compare
Choose a tag to compare

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

09 Oct 19:31
Compare
Choose a tag to compare

v2.2.350: binlog reading perf improvements by Stephen Toub

19 Sep 19:07
Compare
Choose a tag to compare

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

Full Changelog: v2.2.342...v2.2.350

Support for #project height=0

08 Sep 01:43
Compare
Choose a tag to compare

Full Changelog: v2.2.336...v2.2.342

Ignore a couple first-chance exceptions

03 Sep 01:41
Compare
Choose a tag to compare

Fix exception indicator

02 Sep 06:07
Compare
Choose a tag to compare
v2.2.334

Ignore a first-chance exception in Squirrel