GeraldLx

Results 11 comments of GeraldLx
trafficstars

This is by design. As you already figured out, there is no deep copy. https://nsubstitute.github.io/help/argument-matchers/ Just use When/Do in these cases, e.g.: ``` [Fact] public void ArgumentMatcher_OnSameInstance_ReferenceType_SameInstance() { var values...