Hi Scott,
test code that is running on another pc where we still have 3.0.1 does complain about
ReloadDatabase_Test : TypeMock.TypeMockException :
*** No method CreateProgressOutput in type MockIProgressOutputService can return null
even if I code like this:
IProgressOutput ProgressOutput = null;
this.progressOutputServiceMock.ExpectAndReturn("CreateProgressOutput", ProgressOutput);
Should I use the workaround mentioned above in this thread or do you expect to release a new version soon?