Follow this instruction to setup your test project with your Web API project
- Go to outside of your Web API project folder type:
dotnet new sln -o angel
cd angel
- Copy your Web API project to inside the Solution angel
- Clone this project inside of angel too
- After cloned, follow this step:
dotnet sln add Angeloid/Angeloid.csproj
dotnet sln add AngeloidTest/AngeloidTest.csproj
cd AngeloidTest
dotnet add reference ../Angeloid/Angeloid.csproj
- Only change code in your task!!
- Careful about the project name and folder path