I'm trying to test userservice and I want to fake datetime using Fakes.ShimsContext like it was told on this page
On test execution I'm getting
UnitTestIsolation instrumentation failed to initialize. Please restart Visual Studio and rerun this test
Any difference is that I'm using nunit framework.
Is there any issues I should be aware when using nunit with Microsoft Fakes and Shims?