Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Bump MSBuild.StructuredLogger from 2.0.174 to 2.1.133 in /src#158

Merged
pascalberger merged 1 commit intodevelopfrom
dependabot/nuget/src/MSBuild.StructuredLogger-2.1.133
Jul 19, 2020
Merged

Bump MSBuild.StructuredLogger from 2.0.174 to 2.1.133 in /src#158
pascalberger merged 1 commit intodevelopfrom
dependabot/nuget/src/MSBuild.StructuredLogger-2.1.133

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview bot commented May 6, 2020

Bumps MSBuild.StructuredLogger from 2.0.174 to 2.1.133.

Release notes

Sourced from MSBuild.StructuredLogger's releases.

Minor fixes

No release notes provided.

Search improvements: $property name=x and notunder(...)

Thanks to @AlexanderKapitanovski for search improvements!

For $property and $metadata you can now add name and value specifiers. e.g.:

  • $property name=abc
  • $metadata value=def

The name=abc specifier will narrow results down to all properties or item metadata where name contains abc. Similarly, the value=def specifier restricts the search results to properties or metadata where the value contains the specified substring. You can specify either one or both at the same time.

Search now also supports multiple under(...) and notunder(...) specifiers. This way you can search in multiple subtrees, and filter subtrees from the search results.

A new menu item on a node is added: "Exclude subtree from search results".

Fix Task Runner and enable server GC

No release notes provided.

Properly parent projects under the correct MSBuild task

No release notes provided.

Faster Search

Thanks to @ltrzesniewski for contributions!

Bugfixes

No release notes provided.

Fix more bugs

No release notes provided.

Fix nullref

No release notes provided.

Fix nullref in CscTaskAnalyzer on localized binlogs

No release notes provided.

Fix Preprocess menu missing

No release notes provided.

Commits
  • ddb0c80 Fix a nullref when project evaluations are missing.
  • 22a5222 Update README.md
  • b1d331f Add Microsoft.NETFramework.ReferenceAssemblies
  • 5052473 Fix typos.
  • 8c65437 Merge pull request #347 from AlexanderKapitanovski/master
  • a33bb57 repair double property names in search
  • 8666601 Merge pull request #343 from AlexanderKapitanovski/simplify
  • 4e80999 fix conflict
  • 35849fb merge master
  • 59516bc Clean up CompilerInvocations API.
  • Additional 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Fixes #178

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 6, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/MSBuild.StructuredLogger-2.1.133 branch from 7fed809 to 495b1cc Compare June 12, 2020 20:08
@pascalberger pascalberger linked an issue Jun 12, 2020 that may be closed by this pull request
Copy link
Copy Markdown
Member

@pascalberger pascalberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version 2.1 drops support for .NET 4.6 and MsBuild 14 and bumps requirements to .NET 4.7.2 and MsBuild to 15.1.0.

See Release Notes

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/MSBuild.StructuredLogger-2.1.133 branch from 495b1cc to fe9de9f Compare July 7, 2020 06:40
@dependabot-preview dependabot-preview bot requested a review from a team as a code owner July 7, 2020 06:40
Bumps [MSBuild.StructuredLogger](https://github.com/KirillOsenkov/MSBuildStructuredLog) from 2.0.174 to 2.1.133.
- [Release notes](https://github.com/KirillOsenkov/MSBuildStructuredLog/releases)
- [Commits](KirillOsenkov/MSBuildStructuredLog@v2.0.174...v2.1.133)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/src/MSBuild.StructuredLogger-2.1.133 branch from fe9de9f to 4e09059 Compare July 12, 2020 18:51
@pascalberger pascalberger merged commit cb2ac22 into develop Jul 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/src/MSBuild.StructuredLogger-2.1.133 branch July 19, 2020 07:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for binlog version 9 file format Bump MSBuild.StructuredLogger from 2.0.110 to 2.0.174

1 participant