Xamarin Quick Tip: EF.Core

If you are using EF.Core in Xamarin, the Xamarin.iOS linker needs to exclude various BCL classes in order to properly function.

Include this Linker.xml in your Xamarin.iOS head project to ensure the linker doesn’t remove any of the required dependencies!

https://gist.github.com/dylanberry/081ba2ffb55e37d5d05f7588be3178cc

Leave a Reply

Your email address will not be published. Required fields are marked *