nunit / nunit-vs-templates

Visual Studio project & item templates and snippets
https://visualstudiogallery.msdn.microsoft.com/6cd55f79-4936-49e7-b81d-c40fcd81abc7
MIT License
33 stars 15 forks source link

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

Open rprouse opened 7 years ago

rprouse commented 7 years ago

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 commented 7 years ago

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

ChrisMaddock commented 7 years ago

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