Releases: HangfireIO/stdump
Releases · HangfireIO/stdump
0.1.0
Release Notes
- Changed – Bump ILRepack package to 2.0.25.
- Fixed – Don't let ThreadPool-related exception to bring down the app
0.0.10
Release Notes
- Added – Dump the available information for CLR's thread pool.
- Changed – Bump the Microsoft.Diagnostics.Runtime package to version 3.1.456101.
- Changed – Use the
net5.0
target instead of netcoreapp2.1
.
0.0.9
Release Notes
- Fixed – Display module names again after transition to ClrMD 2.0.
- Fixed – Ignore stack traces with a single frame with
null
value.
0.0.8
Release Notes
- Fixed – Could not load file or assembly 'System.Reflection.Metadata' when using executable files.
0.0.7
Release Notes
- Fixed – Error: Could not load file or assembly 'System.Memory' when run-in
.exe
files.
0.0.6
Release Notes
- Changed – Upgrade Microsoft.Diagnostics.Runtime to 2.0.151903.
- Fixed –
NullReferenceException
when there are problems with ELF header instead of showing an actual error.
0.0.5
Release Notes
- Fixed – "Could not load file or assembly 'System.Collections.Immutable" exception for
stdump.exe
and stdump-x86.exe
files.
0.0.4
Release Notes
- Changed – Update
Microsoft.Diagnostics.Runtime
to version 2.0.145301.
0.0.4-beta1
Release Notes
- Changed – CLRMD dependency updated to
2.0-beta
version.
0.0.3
Release Notes
- Added – Support for
netcoreapp3.1
target.