I installed it and tried it on a test where I had an Isolate.FakeStaticMethods(typeof(Log)) and then in another test, something I hadn't mocked at all, a class called Resources was acting as if it was mocked. I tried to step into the code and I saw this in the output log:
Step into: Stepping over method without symbols 'TypeMock.InternalMockManager.isMocked'
Nowhere in my code have I mocked the Resources class at all.
Is there perhaps a separate issue?