Home > database >  Having to manually add a project reference to csproj file when creating Unit Tests
Having to manually add a project reference to csproj file when creating Unit Tests

Time:09-08

I'm following Add reference context menu

And then select the Product:

Select the project

Do it in the correct direction:

  1. Your Unit Test must reference your Product
  2. Your Product must not reference the Unit Test
  • Related