open-feature / open-feature/dotnet-sdk
[DOC] Create README for OpenFeature.Providers.DependencyInjection package
Open
@arttonoyan is already working on this.
Since Nov 11, 2025.
area: dependency-injection
type: docs
- Dominant language
- C#
- Stars
- 138
- Forks
- 27
- Avg merge
- 13h 42m
- Merged PRs (30d)
- 12
Description
Write a README that helps provider authors integrate with OpenFeature.Providers.DependencyInjection quickly. The doc should show how to register a provider via the builder, bind options from configuration, and support default or named providers. Keep scope focused on DI. not Hosting.
What to include
- Overview. who this package is for. why DI only
- Requirements and install from NuGet
- Quick start for provider authors. define options, implement provider, add DI extensions
- App usage snippet.
- Named providers and selecting default.
Acceptance criteria
- Clear step-by-step sections for provider authors
- Minimal end-to-end sample compiles locally
- Reviewed and approved by a maintainer. merged to main
References
- Implementation landed in PR #596
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.