Releases: beakona/AutoInterface
Releases · beakona/AutoInterface
Ad-hoc adapter pattern
This version can wrap/decorate backing member with an arbitrary interface even if object does not implement it as long as all members required by that interface exist.
v1.0.22
Changes:
- Marker attributes are no longer emitted to compilation unit
- Marker attributes are located in separate assembly
BeaKona.AutoInterfaceAttributes.dll
- Assembly
BeaKona.AutoInterfaceAttributes.dll
is emitted to output directory
v1.0.19
fixed more bugs in namespace name generation
v1.0.18-preview
references are now updated..
v1.0.17
case where namespace is not generated properly
v1.0.16
Types do not have to be in same compile unit..
v1.0.15
- Fixed bug where backing members would be called multiple times.
- AutoInterface mechanism can be recursive (default is opt-out).
- Interface list does not have to be explicit.
v1.0.14
bug with dotted namespaces..