-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
breaking-changeChanges in exposed interfaces or behaviourChanges in exposed interfaces or behaviourgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
FlagMetadata
and EventMetadata
are shaped the same in the SDK:
- https://openfeature.dev/specification/types#event-metadata
- https://openfeature.dev/specification/types#flag-metadata
I think for consistency, that means we should use the same type for these, which I guess would mean it should be a Dictionary<string, object>()
unless there's some way we can bring them in line with your new implementation in a non-breaking way... maybe with extension methods?
Originally posted by @toddbaert in #223 (comment)
toddbaert
Metadata
Metadata
Assignees
Labels
breaking-changeChanges in exposed interfaces or behaviourChanges in exposed interfaces or behaviourgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed