Dominique Schuppli

Results 114 comments of Dominique Schuppli

Yes, this situation is not ideal. Moq's current recursive verification algorithm is indeed problematic. Since it is `mockOne` that gets verified, verification should only fail for unmatched setups that were...

Hi @ggirard07, IIRC the code behind `DefaultValue.Empty` performs a strict type check and doesn't take type inheritance into account. Before you ask: yes, of course this could be changed. We've...

Hi @304NotModified, like I already mentioned over in the Castle.Core issue, these build errors are probably a direct result of https://github.com/castleproject/Core/pull/668. I've added the nullable reference type annotations based on...

@304NotModified, I cannot look at your build errors right now. If you think that the DynamicProxy nullable reference type hints are incorrect, could you perhaps open an issue describing the...