Hi all,
It appears that, after calling Isolate.Fake.AllInstances<Dependency>(), everytime Dependency is instantiated, it points to the same fake Dependency (i.e. singleton). Does anyone know of a way to have it create distinct objects (i.e. transient)?
Thanks,
Chris