-
Hi OpenFeature .NET team, I am wondering if there is a bug in the handling of the meta data between the resolver and the feature client interface. I have created an own provider for my system and when I handover the metadata to the ResolutionDetails in the resolver it disappears on the way to the feature client. I guess I found the reason for it. In the ResolutionDetailsExtensions the meta data is not passed through. It seems it is forgotten be added to the parameters of the FlagEvaluationDetails there. I got me the source code of the latest release 1.5.1 and changed it as the following: From: To: With that change it seems to work properly. Could you please check for this and prove my change? Maybe I am wrong and my way to use it is wrong. If not and this is correct, would there be a possibility to release a new version (1.5.2 ?!) with that change and provide this as Nuget package? I would like to use the official package instead of my custom version. Many thanks. Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Many thanks for this. I will test it with my application now. |
Beta Was this translation helpful? Give feedback.
-
This change was working as expected. Many thanks. |
Beta Was this translation helpful? Give feedback.
Hello,
Thank you for reporting this. I will create an issue, and we should release a version soon to fix this. You can follow the developments here: #281