Page 1 of 1

Is EF Core supported in Visual Studio 2017?

Posted: Wed 15 Mar 2017 00:08
by RobertK
For some reason I can not select "Update Models from database" option?

Visual Studio 2017
ASP.NET Core MVC (Entity Framework Core)

Image

Re: Is EF Core supported in Visual Studio 2017?

Posted: Fri 17 Mar 2017 17:46
by Shalex
Entity Developer supports File > New > Project > ASP.NET Core Web Application (.NET Framework): just right click project in Solution Explorer > Add > New Item > Devart EF Core Model (*.efml).

Entity Developer doesn't support File > New > Project > ASP.NET Core Web Application (.NET Core) because .NET Core projects do not support the "Custom Tool" property of project items, so we cannot integrate Entity Developer into .NET Core projects at the moment: https://github.com/daveaglick/Scripty/issues/49. As a workaround, you can use a standalone Entity Developer to manage your model and generate the code.