Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump dotnet-dump from 8.0.532401 to 8.0.547301 #1573

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps dotnet-dump from 8.0.532401 to 8.0.547301.

Release notes

Sourced from dotnet-dump's releases.

Diagnostics Release - v8.0.547301

dotnet-symbol

  • Added back support for --internal-server flag. It uses interactive authenication using the brower.

dotnet-dump and SOS

dotnet-counters

  • Provider names support the prefix "EventCounters" to indicate that only EventCounter based counters should be shown even if there is also a Meter with the same name. By default dotnet-counters prefers a Meter over EventCounters if both have the same name. This may be especially helpful because .NET 9 introduced a System.Runtime Meter that takes precedence over the System.Runtime EventCounters that were shown by default in the past. To continue viewing the System.Runtime EventCounters you could use the command "dotnet-counters monitor -p --counters EventCounters\System.Runtime".
  • Fixed an issue where specifying multiple Meters or Instruments with the same names but different tags passed to the constructor were incorrectly merged together during reporting. When used with the .NET 9 version of the runtime the tool can now track and report these independently using the correct tags (Issues #4843 and #4564).
  • dotnet-counters list command has been deprecated and now refers users to our documentation at https://learn.microsoft.com/dotnet/core/diagnostics/built-in-metrics. These online docs are more detailed, complete, and up-to-date than the information that was previously embedded within the tool.
  • dotnet-counters monitor no longer automatically sorts certain well-known providers to the top of the list when displaying them. All providers are sorted in alphabetical order.
  • dotnet-counters.8.0.547301.nupkg
  • dotnet-dsrouter.8.0.547301.nupkg
  • dotnet-dump.8.0.547301.nupkg
  • dotnet-gcdump.8.0.547301.nupkg
  • dotnet-sos.8.0.547301.nupkg
  • dotnet-stack.8.0.547301.nupkg
  • dotnet-symbol.8.0.547301.nupkg
  • dotnet-trace.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-x64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-x64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-arm64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-x64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x64.8.0.547301.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x86.8.0.547301.nupkg
  • Microsoft.Diagnostics.NETCore.Client.0.2.547301.nupkg

... (truncated)

Commits

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 <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)

Bumps [dotnet-dump](https://github.com/dotnet/diagnostics) from 8.0.532401 to 8.0.547301.
- [Release notes](https://github.com/dotnet/diagnostics/releases)
- [Commits](dotnet/diagnostics@v8.0.532401...v8.0.547301)

---
updated-dependencies:
- dependency-name: dotnet-dump
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Looks like dotnet-dump is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/nuget/dotnet-dump-8.0.547301 branch October 7, 2024 19:07
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.

0 participants