Entity Developer and Visual Studio 2017

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
csl
Posts: 4
Joined: Thu 23 Jan 2014 19:38

Entity Developer and Visual Studio 2017

Post by csl » Sat 25 Feb 2017 16:44

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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Entity Developer and Visual Studio 2017

Post by Shalex » Tue 28 Feb 2017 13:51

.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.

marketally
Posts: 7
Joined: Mon 18 Mar 2019 00:39

Re: Entity Developer and Visual Studio 2017

Post by marketally » Thu 21 Mar 2019 23:41

is this still the case? Odd the IDE cannot view the editor in the tool

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Entity Developer and Visual Studio 2017

Post by Shalex » Fri 22 Mar 2019 11:33

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.

marketally
Posts: 7
Joined: Mon 18 Mar 2019 00:39

Re: Entity Developer and Visual Studio 2017

Post by marketally » Mon 25 Mar 2019 19:24

Thank you!

Post Reply