Rider cannot build imported project, but dotnet CLI can
Hello!
I have written a standalone ASP.NET project that is meant to be imported to an existing solution and import code from there.
For this, I use the Add > "Existing Project" button on Rider, then Add > Reference. But when I run the project, this happens
ShowdownServer
is the imported project, and SmurfShowdown
is the existing project that is referenced.
The weird thing is that, if I use dotnet build
instead of letting Rider do it, it works, I can even run it from Rider. Only building from Rider results in this error. Does anyone have an idea of what this could be due to?0 Replies