VistianOpenSource / Birch

A platform agnostic .NET library for the creation of code first user interfaces; Code your user interface, update your state, and let Birch do the rest.
9 stars 1 forks source link

Attribute Mappers & Equality #6

Closed VistianOpenSource closed 4 years ago

VistianOpenSource commented 4 years ago

Currently the automatic reflection based attribute mapper do nothing to try and provide any equality comparers for comparing values, other than default behavior.

We perhaps need some ways in which this could be adjusted / enhanced. Either a repository of equality comparers which could be used, or a way of overriding the default behaviour once setup?

VistianOpenSource commented 4 years ago

Added 'inbetween' class which allows for registration of IEqualityComparer implementations.