ErrH.Tools
1.0.4
dotnet add package ErrH.Tools --version 1.0.4
NuGet\Install-Package ErrH.Tools -Version 1.0.4
<PackageReference Include="ErrH.Tools" Version="1.0.4" />
paket add ErrH.Tools --version 1.0.4
#r "nuget: ErrH.Tools, 1.0.4"
// Install ErrH.Tools as a Cake Addin #addin nuget:?package=ErrH.Tools&version=1.0.4 // Install ErrH.Tools as a Cake Tool #tool nuget:?package=ErrH.Tools&version=1.0.4
Standalone tools used by the ErrH framework.
PCL targeting all platforms.
Feel free to contribute:
https://github.com/peterson1/ErrH
Reuses SHA1 code from HashLib:
https://hashlib.codeplex.com/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ErrH.Tools:
Package | Downloads |
---|---|
ErrH
# 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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Targets all platforms by replacing ConcurrentQueue with standard Queue+lock.