-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
area: dependency-injectionImprovements or bugs do DIImprovements or bugs do DItype: docsImprovements or additions to documentationImprovements or additions to documentation
Milestone
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 feat: Extract minimal DI integration to OpenFeature.Providers.DependencyInjection #596
Metadata
Metadata
Assignees
Labels
area: dependency-injectionImprovements or bugs do DIImprovements or bugs do DItype: docsImprovements or additions to documentationImprovements or additions to documentation