Tomasz Cielecki
Tomasz Cielecki
Yeah, I've tried that already. Most of MvvmCross core will have to be marked as referencing external assemblies. I.e. it is not linker safe. Mainly because of the built in...
I guess we do have some logic here: https://github.com/MvvmCross/MvvmCross/blob/296b547f37d04a89180fbe789e1e86d44fe5bce5/MvvmCross/Platforms/Android/Views/ViewPager/MvxCachingFragmentPagerAdapter.cs#L144 but I do not know how it behaves. It is what `MvxCachingFragmentStatePagerAdapter` inherits from, but perhaps there is some issue in...
I ran this on a API 35 Android Emulator and following your testing steps. I end up with the Tabs missing. It seems like it restored the correct tab, but...
This is a bit messed up since `macos-15` is not available in Azure DevOps Pipelines. Will they be available in time for this change?
> 👋 We are shifting our plans for the week due to a number of circumstances. Thanks that gives us a bit more time to figure out how to tackle...
@Digifais this happens somewhere in Setup where `EnsurePluginLoaded` doesn't get called because it doesn't find the types I guess. So most likely something goes wrong scanning the assemblies for types...
Ideally, some time in the future these would be registered using Source Generators instead of at runtime.
I haven't seen this myself my crashes. Would help with repro steps.
What I ended up doing is as per instructions mentioned her: https://github.com/athom-tech/athom-configs/issues/122#issuecomment-2929332266 I added the platformio options under the `esphome` node so my config looks like: ```yaml esphome: name: ${name}...
I dunno if you want to maintain a pre-release branch with this support, but could be a way to test and develop this functionality. But AuthTab, could simplify things significantly.