ligershark / CoreTemplatePack

A collection of .NET Core project templates
Other
82 stars 17 forks source link

Target full .NET? #24

Open weitzhandler opened 7 years ago

weitzhandler commented 7 years ago

I want to use this template but I don't want to use EntityFrameworkCore since it lacks some fundamental features I can't afford to miss (TPT, Complex types etc.).

Anyway, I tried changing the template's json file to target net641, but I got many errors, most of them related to the JS services and the Anuglar package. Can I make this work? Any tips on what my json should look like without rendering my project to a gazillion errors not knowing how to start?

I hereby vote for the inclusion of a package that includes the .NET with Anuglar and TypeScript template, that targets the full .NET allowing EF6.

SteveSandersonMS commented 7 years ago

Thanks for the feedback. I'm afraid there are no plans to work on that in the short term, but your interest is noted!

weitzhandler commented 7 years ago

Thank you so much for the input!