Mindscape.Raygun4Net.Signed
2.1.0
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Mindscape.Raygun4Net.Signed --version 2.1.0
NuGet\Install-Package Mindscape.Raygun4Net.Signed -Version 2.1.0
<PackageReference Include="Mindscape.Raygun4Net.Signed" Version="2.1.0" />
paket add Mindscape.Raygun4Net.Signed --version 2.1.0
#r "nuget: Mindscape.Raygun4Net.Signed, 2.1.0"
// Install Mindscape.Raygun4Net.Signed as a Cake Addin #addin nuget:?package=Mindscape.Raygun4Net.Signed&version=2.1.0 // Install Mindscape.Raygun4Net.Signed as a Cake Tool #tool nuget:?package=Mindscape.Raygun4Net.Signed&version=2.1.0
Raygun for signed .NET and WinRT projects. Also contains Windows Phone and Xamarin providers.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 is compatible. net40 was computed. 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. |
Windows Store | win8 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 | 794 | 9/12/2023 |
6.0.3 | 711 | 6/14/2023 |
6.0.2 | 183 | 6/12/2023 |
6.0.0 | 180 | 6/6/2023 |
6.0.0-beta001 | 108 | 5/29/2023 |
5.13.0 | 14,135 | 4/21/2021 |
5.11.0 | 18,918 | 8/16/2020 |
5.10.2 | 20,221 | 2/7/2020 |
5.10.1 | 8,652 | 12/4/2019 |
5.10.0 | 12,175 | 10/9/2019 |
5.9.0 | 4,834 | 9/16/2019 |
5.8.0 | 4,998 | 7/17/2019 |
5.7.0 | 5,607 | 4/11/2019 |
5.6.0 | 10,448 | 9/17/2018 |
5.6.0-beta1 | 844 | 4/4/2018 |
5.5.4 | 88,582 | 1/31/2018 |
5.5.2 | 30,639 | 10/24/2017 |
5.5.0 | 67,694 | 5/16/2017 |
5.4.1 | 35,640 | 12/21/2016 |
5.3.1 | 19,954 | 6/22/2016 |
5.3.0 | 16,185 | 2/11/2016 |
5.2.0 | 6,724 | 11/24/2015 |
5.1.1 | 10,380 | 9/9/2015 |
5.1.0 | 2,526 | 6/24/2015 |
5.0.2 | 2,841 | 5/15/2015 |
5.0.1 | 2,080 | 4/17/2015 |
5.0.0 | 1,551 | 3/9/2015 |
4.2.1 | 3,494 | 2/12/2015 |
4.2.0 | 4,589 | 1/14/2015 |
4.1.0 | 2,343 | 12/5/2014 |
4.0.1 | 2,654 | 10/31/2014 |
4.0.0 | 1,402 | 10/27/2014 |
3.3.3 | 1,589 | 9/22/2014 |
3.3.2 | 1,408 | 9/15/2014 |
3.3.1 | 1,404 | 9/4/2014 |
3.3.0 | 1,437 | 8/21/2014 |
3.2.0 | 1,675 | 7/30/2014 |
3.1.0 | 1,555 | 7/23/2014 |
3.0.1 | 1,680 | 7/9/2014 |
3.0.0 | 1,680 | 6/26/2014 |
2.2.1 | 1,425 | 6/17/2014 |
2.2.0 | 1,366 | 6/4/2014 |
2.1.0 | 1,462 | 5/30/2014 |
2.0.6 | 2,049 | 5/22/2014 |
2.0.5 | 1,416 | 5/16/2014 |
2.0.4 | 33,094 | 4/30/2014 |
* Added RaygunClient.SendingMessage event to the main .Net provider. This can be used to make final modifications to the message, or to cancel the send operation.
* Added IRaygunApplication which can be used to provide a custom RaygunClient to the HttpModule.
* If a windows phone is connected to the internet, but fails to send a message, it will be saved to the device to send later.