Tomasz Cielecki
                                            Tomasz Cielecki
                                        
                                    @softlion can you report that as a separate issue please?
@martijn00 it is already available?
@martijn00 right, but should be easy to enumerate ourselves when needed.
That should definitely be possible. Someone would need to create such source generator
We don't do anything to prevent this. You are probably just missing an entitlement or an entry in your Info.plist.
I cannot reproduce, I've been running and debugging an App on Android which does exactly this all day.
None of the plugins you are loading are necessary for bindings to work. Are you overriding `InitializeBindingBuilder` or `CreateBindingBuilder` in your Setup.cs file by any chance?
I cannot reproduce this at all, it would be helpful if you had a sample project where this is occuring. One more question, do you have any plugins loading in...
Yes, the order of loading has changed, due to preparation for a different IoC container, and removal of callbacks when certain things get registered in the container. The Messenger plug-in...
So, I've been looking through MvxSetup to see if `IMvxApplication` initialization can be done later in the process so you can rely on constructor injecting dependencies, but that hard to...