Skip to content

Releases: IFYates/IFY.Shimr

v1.6.2

21 Jun 15:21
Compare
Choose a tag to compare

Fixed issue #11 - shim of hidden method

v1.6.1

31 Mar 11:39
237595e
Compare
Choose a tag to compare

[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

31 Mar 07:08
1fdc30f
Compare
Choose a tag to compare

[#3] Able to add methods/properties to shims.
Can override shim method/property from underlying implementation.

v1.5.0

24 Mar 16:27
Compare
Choose a tag to compare

Support implemented interface methods.
Support for shimming generic methods.
Removed .NET Core 3.1 build.
Dropped IsConstructor from StaticShimAttribute.