I had an issue using EF in a Xamarin app using a linker process.
According to the community the issue is due to EF using reflection internally which results in the linker removing framework parts that it should not.
Apprarently it can be solved by EF Core adding linker hints...
See
dotnet/macios#3441 (comment)
dotnet/macios#3394
So a suggestion to do so :-)
I had an issue using EF in a Xamarin app using a linker process.
According to the community the issue is due to EF using reflection internally which results in the linker removing framework parts that it should not.
Apprarently it can be solved by EF Core adding linker hints...
See
dotnet/macios#3441 (comment)
dotnet/macios#3394
So a suggestion to do so :-)