Releases: IFYates/IFY.Shimr
Releases · IFYates/IFY.Shimr
v1.6.2
Fixed issue #11 - shim of hidden method
v1.6.1
[FIX #8] Override/add method with parameters causing exception.
Property and field overrides/adds can be done with methods.
MissingMemberException instead of InvalidCastException thrown for unmatched shim members.
v1.6.0
[#3] Able to add methods/properties to shims.
Can override shim method/property from underlying implementation.
v1.5.0
Support implemented interface methods.
Support for shimming generic methods.
Removed .NET Core 3.1 build.
Dropped IsConstructor from StaticShimAttribute.