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

VB Item templates showing up in C# in VS2017 #35

Open
rprouse opened this issue Apr 5, 2017 · 2 comments
Open

VB Item templates showing up in C# in VS2017 #35

rprouse opened this issue Apr 5, 2017 · 2 comments

Comments

@rprouse
Copy link
Member

rprouse commented Apr 5, 2017

I checked the item templates in the latest release. If you just go into the Test folder it is correct,

image

But if you drill into the NUnit folder, you see extra .csharp and .VB entries.

image

We should check with the SideWaffle project to see if there are changes we need to make to the item templates.

@rprouse
Copy link
Member Author

rprouse commented Apr 5, 2017

Also, none of the item templates with incorrect icons work. The correct ones work fine.

@ChrisMaddock
Copy link
Member

ChrisMaddock commented Apr 5, 2017

That's irritating - annoyed I didn't spot that. I guess I never expanded right down...

It's VS 2017 specific, VS 2015 is fine. VS 2017 seems to have a new VSTemplateManifest file, which is being generated incorrectly. (VS 2015 seems to ignore this file, which is fine.)

I haven't dug any further into where this is coming from yet. There's a pre-release of the Template Builder package, but that doesn't fix it sadly. 😞

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

3 participants