Jonathan Gilbert

Results 79 comments of Jonathan Gilbert

(I call it a "private" object in the sense of it having no public constructors; the type itself is not actually marked `private` :-P)

Thanks for the suggestion :-) So, the consumer using the SUT would supply it with the client appropriate to what it wanted to do, and if you tried to invoke...

Oh I see, you're imagining a SUT that _can only work with_ a `ReadWriteClient`. So, if the SUT wants to do some operations read-only and some with a load-modify-store pattern,...

Just to be clear, there is no guarantee that a base _result_ even exists in a `.When().Do()` because the method probably has a `void` return type. What's really wanted is...

Well, I guess the next DST switch _that matters_ is March 12, 2023. :-P

I overlooked this file in my previous PR. :-P

It's just as well having this as a separate change because you can time merging it with releasing the next NuGet package version. :-)