Remco Beurskens

Results 10 issues of Remco Beurskens

**Describe the bug** Trying to configure/override a generic overridden virtual method with an out parameter on a class substitute throws an exception. ``` System.ArgumentException : Could not find method overriding...

help wanted

**Question** The ICall interface provides information about recorded calls, but does not contain the return value for non-void method calls. Is it also possible to record/retrieve the return value(s) from...

InvalidCastException is thrown when deserializing a property of a type that is already supported with a registered custom serializer (BJSON.RegisterCustomType(Type)). Example test: (When I implemented build-in support for the DateTimeOffset...

### Description If I want to check for multiple conditions that I all want to report, and one happens to be a check on the existence of an item in...

bug

When implementing a custom argument matcher, it would be nice that the output of what is expected would be the same of the default matchers (or is customizable): Example: `sut.Received().MyMethod(Arg.Is(p...

I would like to use the verify command also if I have chosen to migrate TFS with autocrlf set to true and not getting a message the files differ because...

This should allow creation of substitute, providing an instance where the substitute will forward all calls to the implemented type(s) members that are also implemented by the type of the...

**Is your feature request related to a problem? Please describe.** I often run into the scenario where there is a custom interface I need to substitute which is partially implemented...