Unresolved references
Martin-Schultz opened this issue · 0 comments
Martin-Schultz commented
Your commit
causes a warning in the compilation since you added a reference to Microsoft.QualityTools.Testing.Fakes which is not part of the solution.
if you got this assembly from nuget, please update the nuget package config so the required assembly is installed via nuget.
edit:
for unit testing i would recommend to use nunit from nuget, as it is pure .net it can be used cross plattform while the unittesting of visualstudio is only available for VS.