ErrH.Tools 1.0.4

dotnet add package ErrH.Tools --version 1.0.4
NuGet\Install-Package ErrH.Tools -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ErrH.Tools" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ErrH.Tools --version 1.0.4
#r "nuget: ErrH.Tools, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.4 2,060 8/6/2015
1.0.3 1,349 8/6/2015
1.0.2 1,680 8/5/2015
1.0.1 2,523 8/5/2015
1.0.0 1,733 8/5/2015

Targets all platforms by replacing ConcurrentQueue with standard Queue+lock.