Skip to content

Releases: jcurl/RJCP.DLL.CrashReporter

CrashReporter v0.4.2

27 Mar 11:12
Compare
Choose a tag to compare

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

27 Mar 11:15
Compare
Choose a tag to compare

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

31 Jan 20:44
Compare
Choose a tag to compare

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

31 Jan 20:45
Compare
Choose a tag to compare

First release of the CrashReporter.

To learn how to use the library, see information in the docs folder.