While using:
using Microsoft.VisualStudio.TestTools.UnitTesting
It’s giving me an reference error under .VisualStudio. Is this a NuGet Package I need or something. I read that I can go in and get the dll but where would I put the dll in my project. What folder would I add it to?
Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
You have to add a reference to the dll.