Can't upgrade Mindscape.Raygun4Net in Xamarin.Forms

Alon Rom

Posted on
Mar 30 2020

Hi,

I have a Xamarin.Forms project with Mindscape.Raygun4Net version 5.5.4 installed (nuget) in my Android and iOS projects. I'm trying to upgrade to the latest nuget version 5.10.2 and I can't:

Package Mindscape.Raygun4Net 5.10.2 is not compatible with monoandroid90

How can I upgrade successfully?


Deleted User

Raygun

Posted on
Mar 30 2020

Hi Alon,

We have moved our support for Raygun in Xamarin Forms projects into its own NuGet package. This package is called Raygun4Xmarin.Forms (https://www.nuget.org/packages/Raygun4Xamarin.Forms/).

Please try removing the Raygun4Net package and install the new Raygun4Xamarin.Forms package.

The integration steps have changed slightly so you will need to make some code changes to initialise the Raygun client. You can find out more about how to do this here: https://raygun.com/documentation/language-guides/xamarin/crash-reporting/forms/.

We also have a sample application showing how to integrate this new package. This can help you trouble shoot any issues you may be having. Sample application: https://github.com/MindscapeHQ/raygun4xamarin-samples

Let me know if you have any more questions.

Thank you, Mitchell.


Reply