Coderr.Client 2.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Coderr.Client --version 2.0.1
                    
NuGet\Install-Package Coderr.Client -Version 2.0.1
                    
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="Coderr.Client" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Coderr.Client" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Coderr.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Coderr.Client --version 2.0.1
                    
#r "nuget: Coderr.Client, 2.0.1"
                    
#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.
#:package Coderr.Client@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Coderr.Client&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Coderr.Client&version=2.0.1
                    
Install as a Cake Tool

Automated exception handling for .NET based applications

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Coderr.Client:

Package Downloads
Coderr.Client.AspNetCore.Mvc

Takes care of all your exceptions in ASP.NET Core Mvc applications.

Coderr.Client.AspNet.Mvc5

Automates exception handling for ASP.NET MVC v5 applications

Coderr.Client.AdoNet

Automated error reporting for ADO.NET exceptions. Automatically includes SQL query, parameters, execution time and more.

Coderr.Client.WinForms

Collects unhandled exceptions, can take screenshots and collect WinForms related telemetry.

Coderr.Client.Log4Net

Reports all logged exceptions to Coderr - Automated exception handing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.5 2,435 2/16/2021
2.0.4 1,156 1/24/2021
2.0.3 706 12/1/2020
2.0.2 607 11/17/2020
2.0.1 4,258 9/24/2020
2.0.0 1,408 8/27/2020
1.1.6 707 8/14/2020
1.1.5 1,412 11/7/2019
1.1.4 747 10/16/2019
1.1.3 725 10/1/2019
1.1.2 750 9/2/2019
1.1.1 807 5/22/2019
1.1.0 1,389 8/29/2018
1.0.20 2,149 4/8/2018
1.0.19 1,498 3/25/2018
1.0.18 1,614 2/12/2018
1.0.17 1,642 1/25/2018
1.0.16 1,587 1/4/2018
1.0.14 1,322 11/27/2017
1.0.13 1,295 11/21/2017
1.0.12 1,271 11/17/2017
1.0.10 1,285 11/16/2017
1.0.9 1,265 11/15/2017
1.0.8 1,239 11/14/2017
1.0.7 1,797 11/14/2017
1.0.6 5,546 10/9/2017
1.0.5 1,272 10/9/2017
1.0.4 1,318 10/9/2017

Added ConfigureAwait to function better in desktop apps.