this solves the issue where types metadata isn't including public functions from the base class, so you cannot mock them.
The example introduces a Disposable base and checks that the metadata for the method is contained in both the base and child classes
this solves the issue where types metadata isn't including public functions from the base class, so you cannot mock them. The example introduces a
Disposable
base and checks that the metadata for the method is contained in both the base and child classes