ErrH 1.0.3
dotnet add package ErrH --version 1.0.3
NuGet\Install-Package ErrH -Version 1.0.3
<PackageReference Include="ErrH" Version="1.0.3" />
paket add ErrH --version 1.0.3
#r "nuget: ErrH, 1.0.3"
// Install ErrH as a Cake Addin #addin nuget:?package=ErrH&version=1.0.3 // Install ErrH as a Cake Tool #tool nuget:?package=ErrH&version=1.0.3
# ErrH
* Reusable error-handling framework for C#.
* Intended for use on early releases of an app (dev/alpha)
* Automatic error-reporting on unhandled exceptions
* Notifies developer (via Growl, email, etc.)
* Auto-downloads updated versions of app binaries/files
## Source Code
* https://github.com/peterson1/ErrH
## Goals
* Minimize user intervention in the error-reporting-patching-updating loop.
* Minimize developer response times in resolving issues/bug fixes.
## Problem Being Solved
In the context of a deployed app, when an end-user encounters a bug
(an unhandled exception, perhaps) the developer must wait for the
end-user to report the bug before the developer can investigate the issue.
After finding the problem, fixing it, and recompiling, the developer must...
## Road Map
* Server for receiving error reports and hosting app files
* Client for sending error reports and downloading updates
* Context/location-aware Notification router
## Release Notes
* No working workflow yet. Still gathering the needed components.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- ErrH.Tools (>= 1.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[Still empty. Don't download yet.]
Retargeted to all platforms.