almirvuk / Xamarin.Forms_EFCore

How to use Entity Framework Core 2.0 with Xamarin.Forms. This is project code app example for blog post tutorial on my blog
https://almirvuk.blogspot.ba/2017/08/xamarinforms-and-entity-framework-core.html
MIT License
19 stars 6 forks source link

EFCore2.0 for UWP #1

Open JimSEOW opened 7 years ago

JimSEOW commented 7 years ago

.NETStandard2.0 needs UWP6.0 which is now available as preview. UWP6.0 requires the latest SDK 16267 2017-09-03_13-38-52

It also needs the latest W10 Insider Build 16278 (Slow Ring) for deployment

There are still issues to make the sample works. Perhaps it is possible to now complete the Xamarin EFCore2.0 to include UWP platform

LoadApplication(new Xamarin.Forms_EFCore.App(Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path, "EFCoreExample.db")));

almirvuk commented 7 years ago

Yes I agree,

I will update it as soon as possible, both repo and blog post.

Thank you!