Top "Microsoft-fakes" questions

Microsoft Fakes is an isolation framework for creating delegate-based test stubs and shims in .NET Framework applications.

UnitTestIsolationException: Throws Exception while running Shims test in Release/Debug mode

I am trying to run this unit test using Microsoft Shims, but it throws me exception in Shims.Context.Create(); …

c# unit-testing microsoft-fakes
Testing.Fakes Exception: Failed to resolve profiler path from COR_PROFILER_PATH and COR_PROFILER environment variables

Test 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