invio / Invio.Immutable

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

Add `IPropertyHandler` and plug into `ImmutableBase<TImmutable>` #37

Closed carusology closed 6 years ago

carusology commented 6 years ago

Closes #13

Rather than have all of the logic begin and end within ImmutableBase<TImmutable>, this creates implementations of IPropertyHandler that define how to compare values, generate hash codes, and provide string representations of various properties types.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.3%) to 99.399% when pulling b0b4a2ac5375d0974e87167274ff9847ce492295 on add-property-comparers into 00ce0f024bbb6b64e598d82f8e6d20f513f86f7a on master.