Releases: jcurl/RJCP.DLL.CrashReporter
Releases · jcurl/RJCP.DLL.CrashReporter
CrashReporter v0.4.2
Fixes since v0.4.1
- Detect .NET 4.8 on Windows 10 v1909
- Be more flexible when detecting and reporting .NET versions on Windows
- Use WoW node for 64/32-bit .NET detection
- Print the exception type when dumping logs
- Sanitize XML before writing to prevent crashes in the XmlWriter for invalid characters
CrashReporter v0.4.1
Fixes since v0.4.0
- Suppress NotSupportedException when dumping dynamic assemblies
- Fix compile issues
- Thread Dump capture AccessDenied issues
Features since v0.4.0
- App.Config can now specify dump directory. See
docs/dev-crashdumpconfig
- CleanUpDump method now has an overload to specify the path to clean
CrashReporter v0.4.0.1
Fixes:
- Specify that .NET 4.5 and later do not pull in DotNetZip (it's only needed for .NET 4.0)
- Update package with license, project, copyright information
- Add documentation to the package
CrashReporter v0.4.0
First release of the CrashReporter.
To learn how to use the library, see information in the docs
folder.