Found 11 packages
A c# library that handles mini-dumping a program by adding the "[MiniDump(...)]" attribute to the application's main class.
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package extends Microsoft Testing Platform to provide an implementation of the Hang Dump using Windows mini dump.
Provides types to read Windows minidumps into C# structures. Defines MINIDUMP_HEADER and other types from the Windows API.
NBug is a .NET library created to automate the bug reporting process. It automatically creates and sends: * Bug reports, * Crash reports with minidump, * Error/exception reports with stack trace + extended application/system information. It can also be set up as a user feedback system (i.e. for sending feature requests from within your application). For documentation and updates, see project web site: http://www.soygul.com/nbug/
Official SDK to capture Minidumps with Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Explore stack trace of a running managed process or from a minidump file
Elskom SDK for development of Els_kom plugins and for Els_kom itself. Also contains libs that can be used for other projects as well.
Small utility to dump crash file for further analysis. Just add this 2 line of code: Application.ThreadException += (sender, args) => MiniDump.Writer.SendReport("crash"); AppDomain.CurrentDomain.UnhandledException += (sender, args) => { MiniDump.Writer.SendReport("crash"); };
Provides types to read Windows executables into C# structures.
A WebApp Site extension that allows you to open a command prompt / powershell window to all / any of the instances hosting your site. It also allows you to collect Mini and Full memory dumps of the process's running on any specific instance. It also supports profiling the process. All the data is downloaded on the client in the form of a ZIP file.
Peponi.Core is a package for common usage of peponi library. Included contents are: 1. Design pattern - Singleton 2. Utility - Helpers + Directory + Member + Process + Registry + Storage - Minidump