Skip to content

Support for Xamarin.Mac

Compare
Choose a tag to compare
@QuantumNightmare QuantumNightmare released this 21 Aug 03:20
· 1621 commits to master since this release
  • The green button below contains a zip of all the Raygun4Net assemblies. Included here is Mindscape.Raygun4Net.Xamarin.Mac.dll which allows you to integrate Raygun exception reporting into your Xamarin.Mac applications. Read more
  • Additionally, the Mindscape.Raygun4Net.Xamarin.Mac2Beta.dll can be used in the latest Xamarin.Mac beta projects that use the new unified APIs which support 64-bit frameworks.
  • All Raygun4Net providers now have a SendingMessage event that can be used to either cancel a send, or make any last second modifications to the message before it is sent to Raygun.
  • Improved the SendInBackground methods.
  • Added a null check for WebRequest.DefaultWebProxy