A hotfix for ComponentOne Studio for Xamarin is now available via the GrapeCity NuGet server and nuget.org as build 3.0.20181.282. This build provides support for Xamarin.Forms 3.0, a new CollectionView library that adds integration with Entity Framework Core, and several bug fixes. Xamarin.Forms 3.0 also uses .NET Standard 2.0 and is a larger change than previous updates that now requires the Fall Creators update and Visual Studio 2017 for UWP. Also, this is the intitial release of our C1.CollectionView.EntityFramework library which works with EntityFramework Core and has some caveats (see patch notes below).
[XF][X.iOS][X.Android] C1.CollectionView.EntityFramework library added to make it easier to use any ComponentOne Xamarin control with Entity Framework Core and SQlite. There are some known limitations with Entity Framework and Xamarin right now (especially on Xamarin.iOS since it uses AOT compilation), so if you encounter an issue you may want to refer to the Microsoft Entity Framework Core platform page. For instance, linking is currently not supported on iOS when using Entity Framework Core on physical devices.
[XF] Updated the SQLite sample to demonstrate how the C1.CollectionView.EntityFramework library can be used to interact with a SQLite database for local data persistence.
Key: [XF] = Xamarin.Forms, [X.Android] = Xamarin.Android, [X.iOS] = Xamarin.iOS, [X.Mac] = Xamarin.Mac