Pavel
Pavel
I have the same problem. I want to use SimpleInjector IoC, but for a MvvmCross beginner it is not obvious how to properly implement IMvxIoCProvider
Steven sent me a [conforming-container](https://blog.ploeh.dk/2014/05/19/conforming-container/) article that describes the importance of writing an application independent from container. It says that it is better to use the Constructor Injection pattern instead...
IAsyncEnumerable interface is part of .NET Standard 2.1. If library migrates to 2.1 version it won't be possible to use it in the .NET Framework projects (read more [.NET implementation...
My application also has slow initialization time because of EF Core. I've collected everything I learned in the [stackoverflow question](https://stackoverflow.com/questions/62582954/ef-core-sqlite-slow-star-up-performance-on-xamarin). I hope Microsoft team comes up with something before the...
Thanks, I'll provide clean example before Monday
Example with EF Core 5 Preview 6 added to [GitHub](https://github.com/Shumigaj/Samples/tree/1507d4682808b13072b6296d1fca0c3d0f0fd5a4). I also updated [stackoverflow question](https://stackoverflow.com/questions/62582954/ef-core-sqlite-slow-star-up-performance-on-xamarin) with additional information.