nunit-vs-templates icon indicating copy to clipboard operation
nunit-vs-templates copied to clipboard

VB Item templates showing up in C# in VS2017

Open rprouse opened this issue 7 years ago • 2 comments

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 avatar Apr 05 '17 16:04 rprouse

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

rprouse avatar Apr 05 '17 16:04 rprouse

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

ChrisMaddock avatar Apr 05 '17 20:04 ChrisMaddock