nunit-vs-templates
nunit-vs-templates copied to clipboard
Unable to add UWP Test project template in VS 2017
I am attempting to add NUnit 3 Test Project (Universal Windows) to my solution and I am getting an error every time I try.
I get the error "Unable to copy the file 'project.json' from the project template to the project. Cannot find file "C:\Users\XXXX\AppData\Local\Temp\XXXX\Temp\project.json"
The UWP test project hasn't been updated in awhile. Are you using VS2017? I am not sure it still works there.
Yes I am using VS 2017. I decided to use a UWP test project built upon MSTest for now.
I'm fairly sure this worked in the original version of VS 2017 - I wonder if something's changed with the move to dotnet new
.
This project's becoming hard to keep up with. 😞 I'm starting to wonder if we should revert the current project to max VS 2015, and do something new with VS 2017. My only reason for not doing that - is that I use this in VS 2017 every day!
I've actually stopped using this in 2017. Whenever I use the snippet in .NET Core projects, it gives me errors about the using statements :(
I really want to see NUnit project templates in VS to compete with the MSTest and xUnit templates that are shipped with VS, but it would be nice if we knew what format we should be using to maintain compatibility going forward.
is the issue fixed?
@sunchunqiang no, if the issue was fixed, it would be closed.
Are you still investigating this issue or will this just not be fixed? Is there a workaround?
@michaelkollmann - this project is looked after by a small team of volunteers, who are stretched thinly. We’d welcome a pull request to fix this issue.
Any update on this ? I can still see that the issue exists. 2 years and still stretched out ? I wish i had all the skills to do this myself.