devlooped / nugetizer

A simple to understand packing model for authoring NuGet packages
https://clarius.org/nugetizer/
MIT License
254 stars 6 forks source link

Bump MSBuild.StructuredLogger from 2.1.858 to 2.2.100 #461

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps MSBuild.StructuredLogger from 2.1.858 to 2.2.100.

Release notes

Sourced from MSBuild.StructuredLogger's releases.

Enable $copy path to search for files and directories that were involved in a copy operation

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.94...v2.2.100

Search for $copy file.txt to search for files containing the "file.txt" substring that were involved in a copy operation. Search for $copy directory\full\path to search for files copied in and out of this directory. Search for $copy file\path to search for where this file was copied to and from.

Minor perf fixes

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.76...v2.2.94

Search indexing, start/end > < operators

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.2.1...v2.2.76

  • Indexing tree nodes for faster search. Some more time spent during binlog opening, but searches will be faster.
  • search operators to filter nodes that start/end before/after a certain time (start>"datetime", start<"datetime", end>"datetime", end<"datetime")
  • Some fixes to search result presentation.
  • Added Close, Close All But This, and Close All on text document tabs context menu
  • Persist main window position
  • View source for items under $additem EmbedInBinlog
  • Miscellaneous memory and performance optimizations, faster binlog load times (other than the indexing time)

Prototype binlog redaction, perf and other fixes

Huge thanks to @​JanKrivanek for the new binlog redaction feature (experimental!)

Works for both command line (binlogtool redact) as well as viewer File -> Redact Secrets:

image image

What's Changed

New Contributors

Full Changelog: https://github.com/KirillOsenkov/MSBuildStructuredLog/compare/v2.1.858...v2.2.1

Commits
  • e0d109c Wait for background tasks queued during build loading
  • c90264e Display recent searches closer to the top
  • 82a79fc Support $copy substring to search for copied files by substring
  • 84f3341 Support Copy and Ctrl+C in all tree views
  • 3071c2b Enable file copy map for the search index
  • 0ee4cbb Don't display duration string if it's 0ms.
  • 8dbe410 Fix warning
  • 06c151c Update HasFullText()
  • a4fb033 Update for TextNode/NamedNode hierarchy change
  • 515092e Make TextNode inherit from TreeNode
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions