Shane Neuville
Shane Neuville
I'm wondering if it's worth just punting on this whole idea of inserting the linked file... Mainly because the issue isn't really with SqlPersistentBlobCache getting linked out the issue is...
@EmilAlipiev I'm guessing that NRE is from this https://github.com/xamarin/Xamarin.Forms/pull/2122 There's an async/await in OnCreate on Xam Forms Android that masks the source of an error can you try a couple...
Honestly PackageRef + Linker => Still has issues Which is more a .net tooling issue and not something I can easily resolve I have this ``` ``` In my linker.xml...
https://github.com/akavache/Akavache/issues/190
That makes sense So I guess one could just do this `new Akavache.Sqlite3.Registrations().Register(Locator.CurrentMutable);` To recreate the static versions after you shut them down individually. Without trying to make the static...
That's awesome @DennisWelu That's along the lines of what I was thinking as well and why I was thinking adding some helpers into Akavache for that super fun "NewBlobCache" code...
I feel like this issue is creating some negative ideas about Akavache. Akavache when asked to save something places the item into a Queue to be persisted to SQL (which...
Yea either should work.. I just keep seeing people referring back to this thread now with trepidation about using Akavache in a mobile scenario :-/ which wasn't my intent of...
I think that's a linker issue. The IWantsToRegisterStuff pattern uses reflection which then causes some things to get linked out I just linkskip the akavache binaries and it makes everything...
Unfortunately we weren't able to get this into 4.0 because the implementation wasn't quite right I have parts of that work accomplished here for shell https://github.com/xamarin/Xamarin.Forms/pull/6527 This takes a couple...