Microsoft Fakes is an isolation framework for creating delegate-based test stubs and shims in .NET Framework applications.
I am trying to run this unit test using Microsoft Shims, but it throws me exception in Shims.Context.Create(); …
c# unit-testing microsoft-fakesTest which use Microsoft Fakes Framework fail with exception: Microsoft.QualityTools.Testing.Fakes.UnitTestIsolation.UnitTestIsolationException: Failed to resolve profiler path …
visual-studio-2012 visual-studio-2013 microsoft-fakes