Guillaume Perrot
Guillaume Perrot
@bang88 please create a separate issue using the template if you have problem building with 1.9.0 specifically.
Hi, we support .NET core WPF/WinForms apps that use preview7+ in the version 2.3.0-preview, can you try the prerelease?
Hi, we support only WPF/WinForms running on the .NET Core 3.0 (which is in preview).
(Handled errors are sent in real time in AppCenter for Xamarin).
Today we don't have a simple API to wait synchronously, I will forward this feedback to product team. However, we have callbacks for crash sending and checking if there was...
@troelsim we currently don't support this scenario and thus is a feature request. What you can do as a work around is using `AppDomain.UnhandledException` event to save the data to...
Good idea but I cannot answer about any ETA for this. We need to discuss it for iOS as it needs to be done on underlying SDK side. For Android,...
A workaround in iOS is to use the confirmation feature. Return true in `Crashes.ShouldAwaitUserConfirmation`, then call `Crashes.NotifyUserConfirmation(UserConfirmation.Send)` from a background thread that you spawn from that callback for example, this...
Note that the workarounds mentioned is not to use async but to block in a thread that is guaranteed not to be the UI one, we keep the issue opened...
Analytics do not support strong typed properties, yet, for now only strings values are supported. It has been considered but I am not aware of any ETA for now. Also...