moljac

Results 451 comments of moljac

Wow. Thanks. I didn't want to bother you yet. I tried to get binlog, but that failed with incorrect format (on my Mac), so I went to fix easier fixes...

> It may be able to be worked around by using on io.grpc.InternalConfigurator. Nope. Did not help. Moving on to other issues.

Investigating namespace `Android.Gms.Ads.NativeAd` (package `package`) Version 21.2.0: ``` jar tvf ./play-services-ads-lite-21.2.0.aar/classes.jar | grep "com/google/android/gms/ads/nativead/" ``` results: ``` 1259 Tue Aug 30 09:29:28 CEST 2022 com/google/android/gms/ads/nativead/AdChoicesView.class 2571 Tue Aug 30 09:29:28...

@jump32 Thanks for the feedback. Can you please elaborate this: > As far as I can tell they still exist in the original Google SDKs. > > The missing definitions...

> Please address this issue: > > The InterstitialAdLoadCallback currently has the following override: public override void OnAdLoaded(Java.Lang.Object p0) { } No. It does not. `InterstitialAdLoadCallback` is abstract class: ```csharp...

My initial idea (gut feeling) was - Option 1 > .NET 10 Android workload to support .NET 8 for a period of time How big problem would that represent? I...

> are we OK to use a preview roslyn for the stable .NET 8 and 9 packs? I think this would be OK. > Or do you propose to build...

> Use a custom script to replace the net8.0-android .dll in each NuGet Would that mean to replace for example `Xamarin.AndroidX.Lifecycle.Common.dll` (and others) built for/with `net8.0`? Makes sense. We'll need...

Thanks for the feedback, but we'll need repro sample. There is not enough info in the description.