Hi
Up until
Typemock 7.0.3 the following construct worked properly:
Isolate.WhenCalled(() => ConfigurationHandler.Instance.WebConfigurationElement.ApplicationVersion).WillReturn(WebConfigurationElement.ApplicationVersions.MATwebRB);
Any idea why in
Typemock 7.0.6 this construct generates an error:
*** Faking behavior on struct System.Configuration.SimpleBitVector32 is not supported in the following cases:
1. Faking behavior on more than one struct of the same type.
2. Faking behavior on more than one method on the same struct.
Details see attachment
Regards
Hans
Version 7.0.6 Issue.zip