I used Entity Framework Core in one of my Xamarin Android apps. When I use SDK only as of the linker option then the app works properly.
However, when I use SDK and user assemblies add linker option, the app crashes as several Entity Framework Core related required classes are removed by the linker.
Let me know if there is anything I could do to preserve the classes.
Note: I already tried referencing the Entity Framework Core classes in a dummy class.
You have to configure the linker.
More complex usage of EF Core is likely to require a few more types and methods added.