Page 1 of 1

Entity Developer and Visual Studio 2017

Posted: Sat 25 Feb 2017 16:44
by csl
Downloaded the latest version of Entity Developer today and when trying to open my model up from within Visual Studio 2017 RC it loads up in the external Entity Developer program rather than within Visual Studio as per VS 2015, is that the new behaviour or is something wrong?

Re: Entity Developer and Visual Studio 2017

Posted: Tue 28 Feb 2017 13:51
by Shalex
.NET Core projects (File > New > Project > Templates > Visual C# > .NET Core) 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.

If the type of your project is different, please specify it.

Re: Entity Developer and Visual Studio 2017

Posted: Thu 21 Mar 2019 23:41
by marketally
is this still the case? Odd the IDE cannot view the editor in the tool

Re: Entity Developer and Visual Studio 2017

Posted: Fri 22 Mar 2019 11:33
by Shalex
marketally wrote: Thu 21 Mar 2019 23:41is this still the case?
.NET Core and .NET Standard projects in Visual Studio 2017 are currently supported.
marketally wrote: Thu 21 Mar 2019 23:41Odd the IDE cannot view the editor in the tool
Refer to viewtopic.php?f=32&t=38483.

Re: Entity Developer and Visual Studio 2017

Posted: Mon 25 Mar 2019 19:24
by marketally
Thank you!