Matthew Richardson
Matthew Richardson
Thanks @QuantumNightmare. We have observed this behavior in both an ASP.NET MVC application with Raygun middleware and a Xamarin.Forms mobile app. See examples below of the configuration producing this behavior....
Thanks @QuantumNightmare. For privacy and compliance reasons, we don't wish to utilise `FirstName` or `FullName` properties so I think `Email` is preferable in this case. This is how we are...
@QuantumNightmare I'm currently working on this for an XF application and will post back in this thread with my findings. I'm also a `Xamarin.Forms` contributor, so I'm very familiar with...
@QuantumNightmare @DM1145 It is possible to implement this manually in a couple of ways, notably: - Tap into the `Application.Current.PageAppearing` event (less granular, may _not_ support timing events) - Override...
Thanks @QuantumNightmare - Look forward to hearing the result of your discussion.
Hi @jonathanpeppers. I have put up #68 which adds a `CollectionView` sample. Unfortunately, it doesn't reproduce the problem we are facing so will need to investigate further. But I thought...
@onovotny I am currently working to take this on, just looking at the project structure. Do you have any preferences/recommendations on how to best integrate the Xamarin.Mac project?
@onovotny @1Cor125 I have a very early port of the device runner working for macOS. https://github.com/velocitysystems/devices.xunit/tree/macos_device_runner Please see screenshots below. Needs some more work and UI tweaks, but its **working**!...
Thanks @onovotny. I've just made a couple of further tweaks to the branch and will open a PR. Unfortunately, I believe the MacOS project can't build on a Windows VM...
Thanks @QuantumNightmare. I'm curious what Raygun's intended support for RUM is with MAUI?