Skip to content

docs: Add an OpenFeature feature matrix to the README - #64

Merged
kinyoklion merged 1 commit into
mainfrom
devin/1787756288-dotnet-readme-feature-matrix
Aug 28, 2026
Merged

docs: Add an OpenFeature feature matrix to the README#64
kinyoklion merged 1 commit into
mainfrom
devin/1787756288-dotnet-readme-feature-matrix

Conversation

@kinyoklion

@kinyoklion kinyoklion commented Aug 26, 2026

Copy link
Copy Markdown
Member

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.

  • Same rows and order as the OpenFeature .NET SDK matrix, plus Initialization and Flag metadata
  • Rows that are not fully supported state whether the limitation is in the OpenFeature SDK or in the provider, and link the tracking issue
  • Only DependencyInjection (experimental) is marked partial, pointing at #48 and #49; everything else is supported
  • The same matrix format is being added to the Java, Python and JavaScript providers, and already exists in the Ruby provider, so they can be compared side by side
Implementation 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

  • I have added test coverage for new or changed functionality (documentation only)
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

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.

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@devin-ai-integration

Copy link
Copy Markdown
Contributor

@cursor review

@kinyoklion
kinyoklion marked this pull request as ready for review August 27, 2026 22:01
@kinyoklion
kinyoklion requested a review from a team as a code owner August 27, 2026 22:01
@kinyoklion
kinyoklion merged commit 53d6c6d into main Aug 28, 2026
6 checks passed
@kinyoklion
kinyoklion deleted the devin/1787756288-dotnet-readme-feature-matrix branch August 28, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants