You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the _project.vstemplate.xml file we have a couple of replacements setup that should pull the project name from the project when it's created. It's not working for one of the replacements.
Steps to Recreate
Create a VSIX Project.
Create an "AngularJS and Web API - Empty" project in the same solution.
Right click on the VSIX project and add a Template Reference to the Angular project.
Go to the _Definitions folder in the Angular project and open the _project.vstemplate.xml file.
In this file you will see the <DefaultName> element containing $rootnamespace$ instead of the project's name.
@sayedihashimi Any ideas what might cause the replacements to fail?
The text was updated successfully, but these errors were encountered:
@RandomlyKnighted I'm not sure. I think we will need to debug it to see what may be happening. I looked to see if I could find anything simple, but didn't find anything.
System Information:
Description
In the
_project.vstemplate.xml
file we have a couple of replacements setup that should pull the project name from the project when it's created. It's not working for one of the replacements.Steps to Recreate
_project.vstemplate.xml
file.<DefaultName>
element containing$rootnamespace$
instead of the project's name.@sayedihashimi Any ideas what might cause the replacements to fail?
The text was updated successfully, but these errors were encountered: