EFCore.BulkExtensions
EFCore.BulkExtensions copied to clipboard
AOT compiling error on Xamarin IOS with .netstandard 2.0
If you compile the current Version 6.0.0

It includes a dll which is not possible to AOT !
What DB are you using, Sqlite ? And do you know which dependency exactly is causing the problem? It could be PostgreSql adapter. I had planed to make separate packages per Db type.
I don't know which dependency caused the error. I have a xamarin forms project with pcl. Only the ios part not compiling with the nuget included. I use the entityframework.sqlite provider. In uwp and android I have no compiling error.