Bucket.Sdk 1.0.1

dotnet add package Bucket.Sdk --version 1.0.1
                    
NuGet\Install-Package Bucket.Sdk -Version 1.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bucket.Sdk" Version="1.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bucket.Sdk" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Bucket.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Bucket.Sdk --version 1.0.1
                    
#r "nuget: Bucket.Sdk, 1.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Bucket.Sdk&version=1.0.1
                    
Install Bucket.Sdk as a Cake Addin
#tool nuget:?package=Bucket.Sdk&version=1.0.1
                    
Install Bucket.Sdk as a Cake Tool

Bucket Community .NET SDK

Build & Test

.NET client for Bucket.co.

Bucket supports feature toggling, tracking feature usage, collecting feedback on features, and remotely configuring features.

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.

Installation

To use the core Bucket SDK, install:

dotnet add package Bucket.Sdk

For ASP.NET, install:

dotnet add package Bucket.Sdk.AspNet

When using OpenFeature, install:

dotnet add package Bucket.Sdk.OpenFeature

Code examples

Other languages

You can find documentation on other supported languages in the Supported languages documentation pages.

You can also use the HTTP API directly

Future plans

  • 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.

License

MIT License Copyright (c) 2025 Bucket ApS

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Bucket.Sdk:

Package Downloads
Bucket.Sdk.OpenFeature

Bucket SDK OpenFeature Provider

Bucket.Sdk.AspNet

ASP.NET integration for Bucket SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 132 5/28/2025
1.0.0 129 5/28/2025