Bitwarden.Server.Sdk
1.5.2
Prefix Reserved
<Sdk Name="Bitwarden.Server.Sdk" Version="1.5.2" />
#:sdk Bitwarden.Server.Sdk@1.5.2
Bitwarden.Server.Sdk
The Bitwarden Server SDK is built for quickly getting started building
a Bitwarden-flavored service. The entrypoint for using it is adding UseBitwardenSdk()
on your web application and configuring MSBuild properties to configure the features you
want.
The Bitwarden.Server.Sdk is consumed as a MSBuild project SDK
but it is not intended to be consumed solely by itself and instead expected to be used alongside the
Microsoft.NET.Sdk.Web SDK. The most common way will be to import <Sdk Name="Bitwarden.Server.Sdk" />
right underneath the top level <Project> element in your .csproj file.
Telemetry
Enabled by default and able to be removed using <BitIncludeTelemetry>false</BitIncludeTelemetry>
in your project file.
This feature automatically includes a suite of OpenTelemetry libraries and registers those services
into the IServiceCollection.
Features
Enabled by default and able to be removed using <BitIncludeFeatures>false</BitIncludeFeatures> in
your project file.
This feature automatically includes the Bitwarden.Server.Sdk.Features library and when using the
Microsoft.NET.Sdk.Web SDK it will register the services in UseBitwardenSdk(). All considerations
of that package apply to this SDK.
Authentication
Enabled by default and able to be removed using
<BitIncludeAuthentication>false</BitIncludeAuthentication> in your project file.
This feature automatically includes the Bitwarden.Server.Sdk.Authentication library and when using
the Microsoft.NET.Sdk.Web SDK it will register Bitwarden style authentication in
UseBitwardenSdk(). All considerations of that package apply to this SDK.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.5.2 | 19,905 | 4/28/2026 |
| 1.5.1 | 56,489 | 2/23/2026 |
| 1.5.0 | 190 | 2/20/2026 |
| 1.4.0 | 71,987 | 1/14/2026 |
| 1.3.0 | 554 | 12/18/2025 |
| 1.2.0 | 9,135 | 11/11/2025 |
| 1.1.0 | 456 | 11/10/2025 |
| 1.0.0 | 433 | 10/15/2025 |
| 0.7.0 | 543 | 9/25/2025 |
| 0.6.0-beta.1 | 371 | 9/9/2025 |
| 0.5.0-beta.1 | 373 | 7/11/2025 |
| 0.4.0-beta.2 | 422 | 3/9/2025 |
| 0.4.0-beta.1 | 409 | 3/9/2025 |
| 0.3.1-beta.4 | 351 | 2/25/2025 |
| 0.3.1-beta.3 | 337 | 2/25/2025 |
| 0.3.1-beta.2 | 339 | 2/25/2025 |
| 0.3.0 | 426 | 2/24/2025 |
| 0.1.10 | 456 | 12/6/2024 |
| 0.1.10-beta.1 | 337 | 12/6/2024 |