Remco Beurskens
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...
**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...
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...