nunit-vs-templates
nunit-vs-templates copied to clipboard
Cannot create a new test fixture in C# using VS2019
When I create a new test fixture using VS2019 Pro 16.1.0 I receive the following error: Could not find file 'C:\USERS\username\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.0_6B7D2B42\EXTENSIONS\K5VY0HNG.REV\Output\ItemTemplates\CSharp\Test\NUnit\NUnit Test Fixture.csharp\Definitions\TestClass.cs'.
This is because the file is not in that directory but is in the parent. If you copy the file to the Definitions directory then it works.
Same issue here for Setup Fixture. Same resolution.