Bump MSBuild.StructuredLogger from 2.3.71 to 2.3.154#1094
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
--- updated-dependencies: - dependency-name: MSBuild.StructuredLogger dependency-version: 2.3.154 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
f2b7d25 to
ac53f8f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated MSBuild.StructuredLogger from 2.3.71 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
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
.slnxsolution files in file dialogs by @snechaev in Add support for.slnxsolution files in file dialogs KirillOsenkov/MSBuildStructuredLog#903New Contributors
.slnxsolution files in file dialogs KirillOsenkov/MSBuildStructuredLog#903Full Changelog: KirillOsenkov/MSBuildStructuredLog@v2.3.60...v2.3.100
When you search for
$property prop1 prop2 ... propNin 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
MsBuildLogPropertyTrackingenvironment 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.
Commits viewable in compare view.