I have a problem with testing in Rider using XUnit.
Basically, I have a solution with two project - one is the rest-api-app, the second is rest-api-app-test. Both are the exact .net core versions, are in the same solution, but I have no idea where to set the reference from rest-api-app-test project to the rest-api-app. When I was adding testing project to the main solution, I didnt see any option to set reference to the tested project.
With that being said, I can't use 'using rest-api-app' namespace in the test project.
Thanks for any help.