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

[release/6.x] Bump dotnet-dump from 7.0.447801 to 8.0.452401 in /eng/dependabot #5602

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps dotnet-dump from 7.0.447801 to 8.0.452401.

Release notes

Sourced from dotnet-dump's releases.

Diagnostics Release - v8.0.452401

General tooling announcements

  • Handle sessionId as ulong instead of long in EventPipeSession.cs.
  • Handle log messages with null state.
  • Fixed dotnet/diagnostics#4348. Error using dotnet-gcdump on Android device.
  • Fixed dotnet/diagnostics#4337. dotnet-dsrouter android does not appear to work for Android devices.
  • Fix log scope construction
  • Dotnet Counters + Dotnet Monitor Unification.
  • Update Diagnostics Documentation

dotnet-dump/SOS

  • Better SOS help. Uniform acess managed/native commands, alphabetized and filtered by the current runtime.
  • Better SOS error messaging on command parsing errors and better message for The IMemoryRegionService service is required by the MemoryRegionService property error.
  • !maddress misattributes memory to the GC and additional !maddress fixes.
  • Fixed dotnet/diagnostics#4070. SOS sets the invalid parameter handler in the CRT on Windows in an unsafe way.
  • Better DBI/DAC loading on Windows. Use the runtime binary (coreclr.dll) CLRDEBUGINFO resource.
  • Add !crashinfo (crashinfo under dotnet-dump/lldb) for Native AOT unhandled exception crashes.
  • Fix SOS to show the relevant information for the !ThreadPool command when using the Windows thread pool.
  • dotnet-counters.8.0.452401.nupkg
  • dotnet-dsrouter.8.0.452401.nupkg
  • dotnet-dump.8.0.452401.nupkg
  • dotnet-gcdump.8.0.452401.nupkg
  • dotnet-sos.8.0.452401.nupkg
  • dotnet-stack.8.0.452401.nupkg
  • dotnet-trace.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-arm64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-arm64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-musl-x64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.linux-x64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-arm64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.osx-x64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.win-arm64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x64.8.0.452401.nupkg
  • Microsoft.Diagnostics.DbgShim.win-x86.8.0.452401.nupkg
  • Microsoft.Diagnostics.NETCore.Client.0.2.452401.nupkg

... (truncated)

Commits
  • 966acd1 Merge pull request #4355 from mikem8361/release/stable
  • 8e31e1b Update tools major version to 8.0
  • 40ac091 Merge branch 'main' into release/stable
  • 6f9f639 Handle sessionId as ulong instead of long in EventPipeSession.cs. (#4345)
  • 093a0ea Fix ModuleLoadUnloadTraceData.ModuleID cast to be unchecked since its really ...
  • 609ce19 [main] Update dependencies from dotnet/installer (#4353)
  • 0b63c9c Update Native AOT crash info with module base address (#4351)
  • 6d3c1bb [main] Update dependencies from dotnet/arcade (#4352)
  • 3f9c251 [main] Update dependencies from dotnet/aspnetcore (#4349)
  • d3a55f2 [main] Update dependencies from dotnet/runtime (#4350)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [dotnet-dump](https://github.com/dotnet/diagnostics) from 7.0.447801 to 8.0.452401.
- [Release notes](https://github.com/dotnet/diagnostics/releases)
- [Commits](dotnet/diagnostics@v7.0.447801...v8.0.452401)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2023 16:09
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Oct 27, 2023
@ghost ghost added the needs-review label Oct 27, 2023
@wiktork
Copy link
Member

wiktork commented Oct 27, 2023

/azp run

@ghost ghost removed the needs-review label Oct 27, 2023
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ghost ghost added the needs-review label Oct 27, 2023
@ghost ghost removed the needs-review label Oct 27, 2023
@wiktork wiktork merged commit 4f4d157 into release/6.x Oct 27, 2023
15 checks passed
@wiktork wiktork deleted the dependabot/nuget/eng/dependabot/release/6.x/dotnet-dump-8.0.452401 branch October 27, 2023 22:19
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.

1 participant