Hello,
I'm trying to fake the OracleDataReader object without any success. When I'm trying to do the following: Isolate.Fake.Instance<OracleDataReader>(), I get some kind of an error indicating that the constructor could not be faked and get a NullReferenceException. No combination of parameters in the constructor of Instance<>() help.
Do you have any suggestions?
Thank you in advance for the help.