Mindscape.Raygun4Net.Signed
4.0.0
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Mindscape.Raygun4Net.Signed --version 4.0.0
NuGet\Install-Package Mindscape.Raygun4Net.Signed -Version 4.0.0
<PackageReference Include="Mindscape.Raygun4Net.Signed" Version="4.0.0" />
paket add Mindscape.Raygun4Net.Signed --version 4.0.0
#r "nuget: Mindscape.Raygun4Net.Signed, 4.0.0"
// Install Mindscape.Raygun4Net.Signed as a Cake Addin #addin nuget:?package=Mindscape.Raygun4Net.Signed&version=4.0.0 // Install Mindscape.Raygun4Net.Signed as a Cake Tool #tool nuget:?package=Mindscape.Raygun4Net.Signed&version=4.0.0
Raygun.io provider for signed projects built with .NET Framework + Windows Store apps, Windows Phone, Xamarin, Windows 8 and WinRT.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. 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. |
MonoAndroid | monoandroid22 is compatible. |
MonoTouch | monotouch is compatible. monotouch40 is compatible. |
Windows Phone | wp71 is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Mindscape.Raygun4Net.Signed:
Repository | Stars |
---|---|
OmarElabd/ObjectExporter
Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
|
Version | Downloads | Last updated |
---|---|---|
7.0.0 | 616 | 9/12/2023 |
6.0.3 | 694 | 6/14/2023 |
6.0.2 | 176 | 6/12/2023 |
6.0.0 | 171 | 6/6/2023 |
6.0.0-beta001 | 104 | 5/29/2023 |
5.13.0 | 13,955 | 4/21/2021 |
5.11.0 | 18,694 | 8/16/2020 |
5.10.2 | 20,075 | 2/7/2020 |
5.10.1 | 8,579 | 12/4/2019 |
5.10.0 | 11,674 | 10/9/2019 |
5.9.0 | 4,822 | 9/16/2019 |
5.8.0 | 4,989 | 7/17/2019 |
5.7.0 | 5,597 | 4/11/2019 |
5.6.0 | 10,408 | 9/17/2018 |
5.6.0-beta1 | 832 | 4/4/2018 |
5.5.4 | 88,422 | 1/31/2018 |
5.5.2 | 30,622 | 10/24/2017 |
5.5.0 | 66,156 | 5/16/2017 |
5.4.1 | 35,240 | 12/21/2016 |
5.3.1 | 19,925 | 6/22/2016 |
5.3.0 | 16,166 | 2/11/2016 |
5.2.0 | 6,713 | 11/24/2015 |
5.1.1 | 10,359 | 9/9/2015 |
5.1.0 | 2,510 | 6/24/2015 |
5.0.2 | 2,829 | 5/15/2015 |
5.0.1 | 2,066 | 4/17/2015 |
5.0.0 | 1,531 | 3/9/2015 |
4.2.1 | 3,481 | 2/12/2015 |
4.2.0 | 4,577 | 1/14/2015 |
4.1.0 | 2,331 | 12/5/2014 |
4.0.1 | 2,642 | 10/31/2014 |
4.0.0 | 1,388 | 10/27/2014 |
3.3.3 | 1,577 | 9/22/2014 |
3.3.2 | 1,397 | 9/15/2014 |
3.3.1 | 1,391 | 9/4/2014 |
3.3.0 | 1,425 | 8/21/2014 |
3.2.0 | 1,660 | 7/30/2014 |
3.1.0 | 1,541 | 7/23/2014 |
3.0.1 | 1,662 | 7/9/2014 |
3.0.0 | 1,668 | 6/26/2014 |
2.2.1 | 1,412 | 6/17/2014 |
2.2.0 | 1,352 | 6/4/2014 |
2.1.0 | 1,448 | 5/30/2014 |
2.0.6 | 2,035 | 5/22/2014 |
2.0.5 | 1,402 | 5/16/2014 |
2.0.4 | 32,609 | 4/30/2014 |
* Moved MVC and WebApi support out of this package into their own packages to resolve dependency issues. (If you need MVC or WebApi support, see the Raygun4Net.Mvc or/and Raygun4Net.WebApi packages).
* Removed redundant and unused message properties.
* Wrapper exception list is no longer static to resolve a potential threading issue.
* Resolved an issue sending exceptions on older versions of Android. (API level 8).
* Message builder logic has been moved out of the message objects into separate builder classes. Keep this in mind if you instantiate your own Raygun message objects entirely from scratch - you may want to use the builder classes to perform the default value population.