Releases: tonerdo/pose
Releases · tonerdo/pose
v1.2.0
Features and Enhancements
Added support for shimming abstract methods
Improved shim replacement method validation checks
Shimmed methods of base classes now apply to all derived classes without an override
#10 Added support for property setter shimming
Thanks
@dr-BEat
v1.1.0
Features and Enhancements
Constructors can now be shimmed
Method stubs are now cached to improve performance
v1.0.1
Features and Enhancements
Stub names are more descriptive making it easier to locate library specific exceptions
Bug Fixes
#8 Fixes method access exceptions issues with .NET Framework (#1 , #2 )
Thanks
@tjrobinson @hype8912
v1.0.0
Features and Enhancements
Create shims for static methods
Create shims for instance methods of both value and reference types
Create shims for instance properties
Validation of shim replacement delegates
Isolate code and replace methods with shims
Performance boosts
You can’t perform that action at this time.