Allan Ritchie

Results 77 comments of Allan Ritchie

Initial thoughts on how we could potentially do this via source generation - https://github.com/aritchie/BuildPropertyCapture This will give us truth values for PublishTrimmed and PublishAot values. There are several issues at...

I did it in a separate repo to prove it out. There are a few issues that still have to be figured out and are documented in the readme. Once...

@jamescrosswell additional thoughts on this topic. Adding them here for historical context. What if we asked users to call a source generated UseSentryAot in cases where they really want AOT...

So we can use module initializers on non-mobile targets. We would only need these source generated versions for MAUI/ios/android/etc. Thoughts? @bruno-garcia @Flash0ver fyi for additional comments/thoughts

@Flash0ver For context, most of this has already been achieved here: https://github.com/aritchie/BuildPropertyCapture - We've just been thinking about how best to initialize it when it comes to Android/iOS where module...

@jamescrosswell I actually didn't have any idea how to do initialize it without module initializers or a source generator UseSentryAot that we spoke about, BUT.... I just tested module initializers...

@drewrobey @theresaWalsh Do you have any have the native crash and/or stack trace?

@theresaWalsh @drewrobey I've been running an app all day and I haven't seen this issue. I'm not sure we can relate this directly to Sentry just yet. Can you provide...

This is actually going to become pretty big. Many health and study research programs are out there evaluating these projects right now. This particular package is pure kotlin with many...

Hey @moljac - The binding does generate, but the connect client uses a bunch of kotlin generics which only translate to Java.Lang.Object on the .NET side. This was causing all...