DerivcoIpswich / dsharp

A fork of the Script# project.
http://www.derivco.co.uk
Other
20 stars 13 forks source link

fix metadata generation edge cases #268

Closed isc30 closed 3 years ago

isc30 commented 4 years ago

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