Allan Ritchie
Allan Ritchie
Thank you for the repro. I'm not sure how it could be working since Google deprecated the native api which the binding is against months ago and said it wouldn't...
@ewerspej Shiny doesn't solve the long path issues. That's due to native bindings and the tooling. The fact that you haven't encountered it is generally just luck due to the...
@appimpact I've already stated that this needs a new binding and that the library shouldn't be working already some time ago.
The extension needed a bit of adjustment to check if the container was initialized. You can have other calls calling UsePrism elsewhere for this to function perfectly
This is a bit of a different setup than I've seen. Why not use the fully qualified UUID in this case?
> As this was working with Xamarin.Forms we implemtend it this way, now we are forced to upgrade to MAUI so we have to update to your new library, which...
I still consider this to be an odd case. With all of the issues I've had to support with users no probably understand GUID with short UUID parameters, this isn't...
While the simulator may support it, .NET iOS doesn't always properly push through the entitlements for the simulator. I don't want the support that comes with opening this up right...
@jamescrosswell Thoughts? Proposal - SentrySDK.IsTransactionLimitExceeded - SentrySDK.IsQuotaExceeded ```csharp if (SentrySDK.IsTransactionLimitExceeded && !SentrySDK.IsQuotaExceeded) { // collect user feedback // send user feedback like normal } ```
Proposal - Source generator to read msbuild propertygroup values that can be read at runtime by the SentrySDK #3313 would also benefit from this solution. cc @jamescrosswell