You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasn't able to determine a good way to define matching/equality with the properties as dynamic in #11. One possible solution would be to introduce a breaking change so that ISirenEntity.Properties is an ISirenProperties object, e.g.
Upon implementation, you would define your class MySirenProperties : ISirenProperties, implement the interface, and add your arbitrary properties. This leaves it up to the implementer to decide what "equality" and "matching" is w.r.t. their properties.
The text was updated successfully, but these errors were encountered:
See here.
Wasn't able to determine a good way to define matching/equality with the properties as
dynamic
in #11. One possible solution would be to introduce a breaking change so thatISirenEntity.Properties
is anISirenProperties
object, e.g.Upon implementation, you would define your
class MySirenProperties : ISirenProperties
, implement the interface, and add your arbitrary properties. This leaves it up to the implementer to decide what "equality" and "matching" is w.r.t. their properties.The text was updated successfully, but these errors were encountered: