Mindscape.Raygun4Net.Signed
3.0.0
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package Mindscape.Raygun4Net.Signed --version 3.0.0
NuGet\Install-Package Mindscape.Raygun4Net.Signed -Version 3.0.0
<PackageReference Include="Mindscape.Raygun4Net.Signed" Version="3.0.0" />
paket add Mindscape.Raygun4Net.Signed --version 3.0.0
#r "nuget: Mindscape.Raygun4Net.Signed, 3.0.0"
// Install Mindscape.Raygun4Net.Signed as a Cake Addin #addin nuget:?package=Mindscape.Raygun4Net.Signed&version=3.0.0 // Install Mindscape.Raygun4Net.Signed as a Cake Tool #tool nuget:?package=Mindscape.Raygun4Net.Signed&version=3.0.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 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. |
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 | 646 | 9/12/2023 |
6.0.3 | 703 | 6/14/2023 |
6.0.2 | 181 | 6/12/2023 |
6.0.0 | 178 | 6/6/2023 |
6.0.0-beta001 | 106 | 5/29/2023 |
5.13.0 | 14,042 | 4/21/2021 |
5.11.0 | 18,862 | 8/16/2020 |
5.10.2 | 20,170 | 2/7/2020 |
5.10.1 | 8,637 | 12/4/2019 |
5.10.0 | 11,776 | 10/9/2019 |
5.9.0 | 4,827 | 9/16/2019 |
5.8.0 | 4,995 | 7/17/2019 |
5.7.0 | 5,605 | 4/11/2019 |
5.6.0 | 10,435 | 9/17/2018 |
5.6.0-beta1 | 842 | 4/4/2018 |
5.5.4 | 88,497 | 1/31/2018 |
5.5.2 | 30,634 | 10/24/2017 |
5.5.0 | 66,760 | 5/16/2017 |
5.4.1 | 35,473 | 12/21/2016 |
5.3.1 | 19,939 | 6/22/2016 |
5.3.0 | 16,177 | 2/11/2016 |
5.2.0 | 6,721 | 11/24/2015 |
5.1.1 | 10,370 | 9/9/2015 |
5.1.0 | 2,521 | 6/24/2015 |
5.0.2 | 2,837 | 5/15/2015 |
5.0.1 | 2,076 | 4/17/2015 |
5.0.0 | 1,543 | 3/9/2015 |
4.2.1 | 3,491 | 2/12/2015 |
4.2.0 | 4,585 | 1/14/2015 |
4.1.0 | 2,339 | 12/5/2014 |
4.0.1 | 2,650 | 10/31/2014 |
4.0.0 | 1,398 | 10/27/2014 |
3.3.3 | 1,585 | 9/22/2014 |
3.3.2 | 1,405 | 9/15/2014 |
3.3.1 | 1,400 | 9/4/2014 |
3.3.0 | 1,433 | 8/21/2014 |
3.2.0 | 1,669 | 7/30/2014 |
3.1.0 | 1,549 | 7/23/2014 |
3.0.1 | 1,676 | 7/9/2014 |
3.0.0 | 1,676 | 6/26/2014 |
2.2.1 | 1,421 | 6/17/2014 |
2.2.0 | 1,360 | 6/4/2014 |
2.1.0 | 1,456 | 5/30/2014 |
2.0.6 | 2,043 | 5/22/2014 |
2.0.5 | 1,410 | 5/16/2014 |
2.0.4 | 32,848 | 4/30/2014 |
* ignoreFormDataNames has been removed and replaced with 4 separate options: ignoreFormFieldNames, ignoreHeaderNames, ignoreCookieNames and ignoreServerVariableNames.
* Setting one of these new options to * will prevent any value from that category from being sent to Raygun.io.
* Placing * before, after or at both ends of an ignored key will be used as an ends-with, starts-with or contains condition.
* The RaygunClient methods that accepted IEnumerables have been changed to be multi-parameter methods.
* Added RaygunClient.UserInfo property, and RaygunIdentifierMessage.IsAnonymous property.
* All obsolete members from the previous version have been removed.