Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding template reference fails to pull DefaultName from project. #394

Open
codewithtyler opened this issue Dec 9, 2016 · 3 comments
Open

Comments

@codewithtyler
Copy link
Member

System Information:

  1. Windows 10 Pro x64
  2. Visual Studio Community 2015 Update 3
  3. SideWaffle version 1.21.400

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

  1. Create a VSIX Project.
  2. Create an "AngularJS and Web API - Empty" project in the same solution.
  3. Right click on the VSIX project and add a Template Reference to the Angular project.
  4. Go to the _Definitions folder in the Angular project and open the _project.vstemplate.xml file.
  5. 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?

@codewithtyler
Copy link
Member Author

I tested this on a second machine the other day and can confirm that it's definitely an issue that was introduced recently.

@codewithtyler
Copy link
Member Author

@sayedihashimi any thoughts on this?

@sayedihashimi
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants