Skip to content

2.0

Compare
Choose a tag to compare
@discostu105 discostu105 released this 05 Mar 14:17
· 622 commits to master since this release
  • SuperDumpService now runs fully in .NET Core
  • SuperDumpService can run under Linux
  • (rudimentary) support for Linux core dumps. Uploaded .core.gz files are detected and then a command is executed which is configurable (LinuxCommandTemplate). If it generates a .json result file, then a regular report is shown. If it does not generate the json, then the console-output of that script is simply shown. The actual analysis script is not part of this repo (yet).
  • DebugDiag analysis are automatically created.
  • It's now configurable if dump-files are downloadable and if they should get deleted after analysis is finished (DeleteDumpAfterAnalysis, DumpDownloadable)
  • Lots of bugfixes, code cleanup, refatoring.