Interface interception doesn't work if the interface is implemented by a base type of the implementing type #17
Labels
Enhancement 🔨
Improvement of existing features
Milestone
@vmelamed wrote:
The following code illustrates the problem:
test.Test() does not exhibit the decorated behavior and the object test is not supplied with a pipeline. However test1.Test() behaves as expected and test1 has the pipeline.
I could not find this being documented anywhere.
The text was updated successfully, but these errors were encountered: