.NET client for Bucket.co.
Bucket supports feature toggling, tracking feature usage, collecting feedback on features, and remotely configuring features.
Note
This is a community-led SDK for Bucket.co. It is developed and maintained by the community, not directly by Bucket.co. While we strive to maintain compatibility with the Bucket.co API and provide a high-quality SDK, please note that Bucket.co is not directly responsible for its development, maintenance, or support.
We welcome contributions from the community to help improve this SDK. If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
To use the core Bucket SDK, install:
dotnet add package Bucket.SdkFor ASP.NET, install:
dotnet add package Bucket.Sdk.AspNetWhen using OpenFeature, install:
dotnet add package Bucket.Sdk.OpenFeature- Basic usage
- Advanced usage
- OpenFeature integration
- Nightly sync job
- Basic API
- Controllers-based API
- ASP.NET MVC
You can find documentation on other supported languages in the Supported languages documentation pages.
You can also use the HTTP API directly
- Potential support for Bucket CLI as a command line tool for
dotnet. - Support for MCP (Model Context Protocol) in the future.
- Source generator for strongly-typed feature flags.
MIT License