docs: Add an OpenFeature feature matrix to the README - #64
Merged
Conversation
Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
@cursor review |
kinyoklion
marked this pull request as ready for review
August 27, 2026 22:01
keelerm84
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a feature matrix to the README mirroring the OpenFeature .NET SDK's own feature table, so a reader can see at a glance what this provider supports.
InitializationandFlag metadataDependencyInjection (experimental)is marked partial, pointing at #48 and #49; everything else is supportedImplementation details
Written during the weekly OpenFeature provider audit. Each row was checked against the provider source rather than assumed; the wording follows the matrix already present in the Ruby provider README.
Requirements
Related issues
#48
Link to Devin session: https://app.devin.ai/sessions/38a6eaf69fcf41109e136a1d0fe5e899
Requested by: @kinyoklion
Note
Overview
Adds a Feature matrix section to the README (between supported .NET versions and Getting started) that aligns with the OpenFeature .NET SDK feature table, plus rows for Initialization and Flag metadata.
Each row uses ✅/⚠️ status and short notes on how this provider behaves (or that capability comes from the OpenFeature SDK). DependencyInjection (experimental) is the only ⚠️ row, with links to #48 and #49; a legend clarifies the status symbols.
Reviewed by Cursor Bugbot for commit d4a6916. Bugbot is set up for automated code reviews on this repo. Configure here.