feat: Introduce flipt provider for dotnet
Flipt.io provider for dotnet
Initial version of flipt.io provider for dotnet.
- Created a new provider for OpenFeature for flipt.io in .net
Related Issues
None
Notes
- Handles most of openFeature datatypes
Follow-up Tasks
- [x] Pending unit tests for
FliptProvider.csclass - [x] Support .net 6.0, right now it only supports .net 8.0
Updated @markphelps
@jeandreidc Great work! Thanks a lot. There's only 3 small things blocking my approval:
- consider this comment regarding error evals
- can we build the rest client instead of committing it? If you look at the flagd provider, we generate some grpc sources as part of the build; you might be able to use similar patterns in your build steps
- please add an entry for this package (and the equivalent test package) to the component_owners with yourself yourself (and potentially @markphelps ) as owners.
Thanks again @jeandreidc !! Looks great!
cc @toddbaert
@beeme1mr @toddbaert is there anything else blocking this from merge?
Thanks again @jeandreidc !!
Approved, but there's an issue with the build. Feel free to ping me so I can retrigger CI once the issue has been addressed.
Fixed the build issue please re-run the workflows, TIA! @beeme1mr
Hello @beeme1mr was it merged by mistake? I was waiting for the build pipeline to pass
Yes, I thought the tests passed but apparently they hadn't started.
@jeandreidc sorry about that. ~~Would you mind addressing the build issue in a separate pr? On the bright side, the ci should run automatically since it's no longer your first contribution~~ 😀
We're going to revert the merge. Could you please open a new PR referencing this one?