Trying to configure/override a generic overridden virtual method with an out parameter on a class substitute throws an exception #716
Labels
help wanted
Core team needs help with this! If you've got some time, please volunteer to take a look.
Describe the bug
Trying to configure/override a generic overridden virtual method with an out parameter on a class substitute throws an exception.
To Reproduce
given:
Expected behaviour
Runs normally and the method returns the desired object when called
Environment:
Additional context
This might be a bug in Castle.Core or wrong usage of it, but I can't tell.
If the method override in the MyControlFactory class is removed, the exception does not occur and code runs as expected
The text was updated successfully, but these errors were encountered: