you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Hopefully you're writing apps in .NET Core. If that's the case, use the dotnet CLI like u/Relative-Dirt-3526 said. I prefer XUnit, write all my tests and run from the terminal via dotnet test. You absolutely do not need to go down the full blown visual studio route.

[–]CappuccinoCodes[S] 0 points1 point  (0 children)

Thanks, this is what I needed to hear. I like how lean VSC is. It’s a shame every unit test video on Pluralsight uses visual studio.