ligershark / CoreTemplatePack

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

Template does not show up after install #11

Open jimpevans opened 7 years ago

jimpevans commented 7 years ago

Followed instructions in this article http://blog.stevensanderson.com/2016/10/04/angular2-template-for-visual-studio/ and verified that all prereq's were installed first - restarted not only VS but machine and still the template does not show up ion VS

Installed product versions

Description

Template does not show up after install

Steps to recreate

  1. Checked prerequisites
  2. DL'd install from link in article above.
  3. Executed the install.
  4. Restart VS2015

Current behavior

The template does not show up and is not accessible

Expected behavior

Template should show up

SteveSandersonMS commented 7 years ago

Could you let us know whether or not the other templates from ASP.NET Core Template Pack are appearing? Is it just the Angular one that's not appearing for you, or the others too (e.g., Vue.js with Webpack)?

jimpevans commented 7 years ago

The only templates I see under Installed->Templates->Visual C#->Web are ASP.Net Web Application (.Net Framework), ASP.Net Core Web Application( .Net Core) and ASP.Net Core Web Application( .Net Framework)

SteveSandersonMS commented 7 years ago

Thanks for clarifying. In that case, I think this is one for @madskristensen because it implies an issue with installing any of the templates in this pack, rather than just the Angular one specifically.

dkent600 commented 7 years ago

At first I thought i saw no new templates, but I was looking under ".Net Core" instead of "Web".

kdcllc commented 7 years ago

Installed product versions

Windows Version

After installing pre-requsites non-of the templates from the pack are avaiable in the File->New Project.

diegomesata commented 7 years ago

@jimpevans For me, at first the template didn't show up, but I changed the new project target framework to .Net Framework 4.6 and it showed up.

kdcllc commented 7 years ago

@diegomesata I tried the tip you gave to @jimpevans and the templates are there. Thanks!