Issue installing NUnit
Hello, I have been trying to install NUnit to add unit tests to my main project. To do so, I created a new project on Rider. The file structure is the following:
\
\MainProject.sln
\MainProject.csproj
\TestProject\TestProject.csproj
MainProject.csproj:
12 Replies
TestProject.csproj:
When trying to start the tests using dotnet test, I get the following error:
Already tried to clean the nuget cache using
dotnet nuget locals all --clear
and doing dotnet clean
but it does not change anythingUnknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yup, I kept the default test
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
same issue :/
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Not sure if it can cause a problem, but the main project is at the root of the repository, not in a subfolder
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
i'll send you in pm, one sec
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
then we'll have to do without it
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View