nunit-vs-templates
nunit-vs-templates copied to clipboard
VB Item templates showing up in C# in VS2017
I checked the item templates in the latest release. If you just go into the Test folder it is correct,
But if you drill into the NUnit folder, you see extra .csharp
and .VB
entries.
We should check with the SideWaffle project to see if there are changes we need to make to the item templates.
Also, none of the item templates with incorrect icons work. The correct ones work fine.
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. 😞