-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding EF Core to Xamarin.Forms Android project crashes app #10277
Comments
ajcvickers
changed the title
[BUG] Adding EF Core to Xamarin.Forms Android project crashes app
Adding EF Core to Xamarin.Forms Android project crashes app
Nov 14, 2017
Assigning to @divega along with other Android investigations. Feel free to de-dupe as needed. |
Duplicate of #8922 , Workaround |
Closing as duplicate of #8922. |
Is this bug fixed and how to solve this problem? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding the
Microsoft.EntityFrameworkCore.Sqlite
NuGet package to a Xamarin.Forms .Net Standard 2.0 application immediately crashes the app when run. You do not have to use any of the classes in the package, just add the reference and it will crash.Steps to reproduce
Run the attached project
BlankApp1.zip
Further technical details
Microsoft.EntityFrameworkCore.Sqlite: 2.0.0
Operating system: Windows 10 FCU
IDE: Visual Studio 2017 15.4.3
The text was updated successfully, but these errors were encountered: