invio / Invio.Immutable

C# Library used to ease immutable class creation and data management
MIT License
2 stars 0 forks source link

Refactor IPropertyHandler hydration #47

Closed carusology closed 6 years ago

carusology commented 6 years ago

Closes #45

Moving the hydration of IPropertyHandler implementations into an IPropertyHandlerProvider concept. This will give me a good place to store the Attribute-based decorations that are needed to support #14 and #12 without mucking up the ImmutableBase static constructor.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 66cee0fcebc93606397935ffcdfcd757121bd290 on refactor-property-handlers into f94cb2eada54f8e7ec99a3a91a02b00cedd4feb2 on master.