TrackableEntities / trackable-entities

N-Tier Support for Entity Framework with WCF or ASP.NET Web API
http://trackableentities.github.io
MIT License
120 stars 36 forks source link

VS2015 Package contains old ItemTemplates #126

Open edi0177 opened 8 years ago

edi0177 commented 8 years ago

Hello,

i updated my project from TE 2.2 to 2.5 and used your VSPackage to create Code Generation Items but i was wondering why it still generates "old" Entity Classes. So i found out the VS2013 Package has all the new stuff including shared Templates and in the VS2015 (2.5.2.1) VSIX there is only the old ones.

In the github Repo you can see in the Output folder of the Package that there are the new item templates. But if you look in the vsix you can see there are just the old ones.

Maybe you have to fix the VSIX Resources

Kind Regards Konrad

tonysneed commented 8 years ago

I can check the VSIX for VS 2013 .. In the meantime, would you be able to use VS 2015?

edi0177 commented 8 years ago

Sorry for beeing unclear, the 2015 VSIX is the one you may have to look for. In the 2015 ones there are old Item Templates for Code Generation Items. I extracted the Item Templates from the Repo myself, so i have a workaround...but maybe for other user with VS 2015 this would be a pitfall.

tonysneed commented 8 years ago

Thanks .. I'll definitely have a look at this.