moljac

Results 448 comments of moljac

> Are they customer requests? internal requests? new dependencies needed by updated versions of packages we already bind? Internal (updated in another PR: External/community: * Bind "com.google.assistant.appactions:suggestions:1.0.0" #576 * https://github.com/xamarin/AndroidX/issues/576...

@TonyC5 Thanks for the feedback. Something is using `androidx.startup:startup-runtime` package as transitive dependency. Not sure, but it could be Xamarin.Forms. I need to check docs and/or code. https://developer.android.com/topic/libraries/app-startup I will...

from log file ``` I/MonoDroid(26119): Java.Lang.RuntimeException: Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: androidx.startup.StartupException: java.lang.IllegalStateException: ProcessLifecycleInitializer cannot be initialized lazily. I/MonoDroid(26119): Please ensure that you have: I/MonoDroid(26119): I/MonoDroid(26119): under InitializationProvider in...

In order not to go in opposite extreme (by removing Xamarin) the metadata was changed to `.NET for Android (formerly Xamarin.Android)` This way old users with legacy Xamarin apps will...

bumped packages waiting review and approval.

@paro-ricc Thanks for the feedback, but we'll need some info: Did you try with `PublishTrimmed=false`?? ``` Error NETSDK1144 Optimizing assemblies for size failed. Optimization can be disabled by setting the...

@paro-ricc Thanks for the feedback. Few things: 1. please try setting `RunAOTCompilation` to false. Just to see. 2. `bin` and `obj` folders are rarely needed for analysis. 3. I will...