Skip to content

Bump MSBuild.StructuredLogger from 2.2.206 to 2.3.154#154

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/MSBuild.StructuredLogger-2.3.154
Open

Bump MSBuild.StructuredLogger from 2.2.206 to 2.3.154#154
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/MSBuild.StructuredLogger-2.3.154

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Updated MSBuild.StructuredLogger from 2.2.206 to 2.3.154.

Release notes

Sourced from MSBuild.StructuredLogger's releases.

2.3.154

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.150...v2.3.154

2.3.150

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.143...v2.3.150

2.3.143

Add a button to list graph vertices
Add View Project Graph button at the bottom of search results if there are multiple projects
Fix explaining file copies from transitive project references

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.139...v2.3.143

2.3.139

Fix a nullref

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.138...v2.3.139

2.3.138

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.124...v2.3.138

2.3.124

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.121...v2.3.124

2.3.121

Show central package versions from project.assets.json files

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.120...v2.3.121

2.3.120

  • Refresh properties and items when the selected project changes
  • Parallel find in files

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.118...v2.3.120

2.3.118

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.117...v2.3.118

2.3.117

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.115...v2.3.117

2.3.115

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.114...v2.3.115

Fix nullref

2.3.114

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.109...v2.3.114

2.3.109

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.100...v2.3.109

Fixes to properties and graph

2.3.100

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.60...v2.3.100

image

When you search for $property prop1 prop2 ... propN in the Properties and Items tab, we will now show detailed information about where these properties were read and written, in order, in the entire preprocessed text.

If the MsBuildLogPropertyTracking environment variable is set to 15, we will also leverage the additional information such as property initial assignment messages to show the new value after each assignment and the initial value and its source.

For properties read before they were written we will highlight the read in red and show a tooltip.

2.3.60

Fix a bug in graph filter combobox

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.59...v2.3.60

2.3.59

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.42...v2.3.59

2.3.42

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.34...v2.3.42

2.3.34

  • NuGet Graph
  • Target Graph

See https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Graph for details

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.26...v2.3.34

2.3.26

image

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.17...v2.3.26

2.3.17

Added a Locate button and search in Project Reference Graph
BinaryLog.ReadRecords() now has record type set correctly on each record

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.13...v2.3.17

2.3.13

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.508...v2.3.13

2.2.508

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.490...v2.2.508

2.2.490

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.489...v2.2.490

Fix #​867

2.2.489

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.488...v2.2.489

2.2.488

Fix nullref

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.487...v2.2.488

2.2.487

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.480...v2.2.487

Added Target graph

image

KirillOsenkov/MSBuildStructuredLog#641 (comment)

2.2.480

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.476...v2.2.480

2.2.476

Bugfixes

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.474...v2.2.476

2.2.474

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.465...v2.2.474

2.2.465

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.441...v2.2.465

2.2.441

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.392...v2.2.441

2.2.392

  • Fix 835: show timestamps for messages under tasks

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.383...v2.2.392

2.2.383

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.379...v2.2.383

Published

2.2.379

What's Changed

Search for $secret to find potential secrets in the binlog.

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.376...v2.2.379

2.2.376

2.2.374

What's Changed

  • Add a main menu link to search syntax wiki by @​vikukush in Add a main menu link to search syntax wiki KirillOsenkov/MSBuildStructuredLog#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: KirillOsenkov/MSBuildStructuredLog@v2.2.356...v2.2.374

2.2.350

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.342...v2.2.350

2.2.336

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.334...v2.2.336

2.2.334

2.2.330

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.326...v2.2.330

2.2.326

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.324...v2.2.326

2.2.324

Fix the installer by reverting to an older Cecil

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.321...v2.2.324

2.2.317

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.310...v2.2.317

Published:

2.2.310

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.303...v2.2.310

2.2.303

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.294...v2.2.303

2.2.294

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.292...v2.2.294

2.2.292

For $copy filename.txt results use a dedicated icon that shows whether the file is a source of a copy operation, a destination, or both.

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.291...v2.2.292

2.2.287

New Feature: show import chain in breadcrumb for preprocessed text

https://github.com/KirillOsenkov/MSBuildStructuredLog/wiki/Viewer-UI#preprocessed-projects

image

Navigate from import to the place in preprocessed text where it is imported (if preprocessed text is shown)

Support $target skipped=false and $target skipped=true to show only unskipped or only skipped targets

Show grayed out nodes in search results if the actual node is grayed out

Fixed #​774

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.269...v2.2.287

2.2.269

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.248...v2.2.269

2.2.248

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.243...v2.2.248

Adds a new feature that explains transitive file copies (files copied to output because they come from referenced projects).

image

Reorganize the context menu and fix theming.

2.2.243

What's Changed

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.240...v2.2.243

https://www.nuget.org/packages/binlogtool/1.0.15
https://www.nuget.org/packages/MSBuild.StructuredLogger/2.2.243

2.2.240

Supports $copy project() syntax to display all files copied by a given project(s).

Fix for #​736

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v.2.2.235...v2.2.240

2.2.235

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.226...v.2.2.235

2.2.226

What's Changed

New Contributors

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.212...v2.2.226

2.2.212

2.2.207

Fix KirillOsenkov/MSBuildStructuredLog#758

Thanks @​youssef1313!

Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.2.206...v2.2.207

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: MSBuild.StructuredLogger
  dependency-version: 2.3.154
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TreeViewExtensions.OnRequestBringIntoView NRE

0 participants