Mindscape.Raygun4Net.WebApi 4.0.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Mindscape.Raygun4Net.WebApi --version 4.0.1
NuGet\Install-Package Mindscape.Raygun4Net.WebApi -Version 4.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="Mindscape.Raygun4Net.WebApi" Version="4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mindscape.Raygun4Net.WebApi --version 4.0.1
#r "nuget: Mindscape.Raygun4Net.WebApi, 4.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.
// Install Mindscape.Raygun4Net.WebApi as a Cake Addin
#addin nuget:?package=Mindscape.Raygun4Net.WebApi&version=4.0.1

// Install Mindscape.Raygun4Net.WebApi as a Cake Tool
#tool nuget:?package=Mindscape.Raygun4Net.WebApi&version=4.0.1

Raygun.io Provider for ASP.NET WebApi projects

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Mindscape.Raygun4Net.WebApi:

Package Downloads
Mindscape.Raygun.log4net.WebApi

Simple log4net appender which logs to the raygun.io API from your WebApi application.

log4net.Raygun.WebApi

Simple log4net appender which logs to the raygun.io API from your WebApi application.

Mindscape.Raygun4Net.WebApi.Signed

Package is deprecated, please use `Mindscape.Raygun4Net.WebApi` which is signed.

log4net.1.2.10.Raygun.WebApi

Simple log4net appender which logs to the raygun.io API from your WebApi application.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.1.1 457 3/27/2024
10.1.1-pre-1 64 3/20/2024
10.1.0 252 3/18/2024
10.1.0-pre-2 78 3/18/2024
10.1.0-pre-1 77 3/15/2024
10.0.0 99 3/13/2024
10.0.0-pre-6 61 3/12/2024
10.0.0-pre-5 60 3/12/2024
10.0.0-pre-4 77 2/23/2024
10.0.0-pre-2 75 2/23/2024
10.0.0-pre-1 67 2/22/2024
9.0.4 472 3/3/2024
9.0.4-pre-1 1,277 2/29/2024
9.0.3 225 2/27/2024
9.0.2 153 2/22/2024
9.0.2-pre-1 59 2/19/2024
9.0.1 349 2/8/2024
9.0.0-pre3 56 2/7/2024
9.0.0-pre-1 60 2/2/2024
8.3.0-pre1 291 1/26/2024
8.0.0 5,402 11/14/2023
8.0.0-pre-1 81 11/9/2023
7.1.1 2,445 10/10/2023
7.1.0 185 10/9/2023
7.0.0 619 9/12/2023
6.0.3 6,950 6/14/2023
5.11.2-beta001 125 6/13/2023
5.11.1 141,723 2/9/2021
5.11.0 29,501 8/16/2020
5.10.3 23,120 6/29/2020
5.10.2 60,164 2/7/2020
5.10.1 18,379 12/4/2019
5.10.0 26,351 10/11/2019
5.9.0 21,532 9/16/2019
5.8.0 11,446 7/17/2019
5.7.0 56,208 4/11/2019
5.6.1 104,330 11/23/2018
5.6.0 40,132 9/17/2018
5.6.0-beta1 2,848 4/4/2018
5.5.5 24,400 7/15/2018
5.5.2 91,704 10/24/2017
5.5.0 40,776 5/16/2017
5.4.1 17,616 3/30/2017
5.3.1 190,588 6/22/2016
5.3.0 42,900 2/11/2016
5.2.0 17,832 11/24/2015
5.1.1 61,739 9/9/2015
5.1.0 43,138 6/24/2015
5.0.2 14,410 5/15/2015
5.0.1 8,585 4/16/2015
5.0.0 7,903 3/9/2015
4.2.1 5,218 2/12/2015
4.2.0 7,534 1/14/2015
4.1.0 6,292 12/5/2014
4.0.1 4,414 10/31/2014
4.0.0 2,811 10/21/2014

* Implemented missing excludeHttpStatusCode feature.
* Better serialization of dictionaries with non-string keys.
* Resolved an issue when trying to flag exceptions as "Already sent by Raygun" that have non-string key Data dictionaries.
* Catch and send exceptions that occur in custom SendingMessage event handlers.
* RaygunSettings class is no longer read only.