Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bitwarden/dotnet-extensions

Repository files navigation

Bitwarden .NET Extensions

Shared .NET libraries and extensions for Bitwarden's server-oriented projects. This repository provides reusable SDK components, authentication, configuration management, feature flag systems, and more for .NET applications.

Getting Started

# Build the solution
dotnet build

# Run tests
dotnet test

# Pack a specific package
dotnet pack extensions/Bitwarden.Core/src/Bitwarden.Core.csproj

Repository Structure

dotnet-extensions/
+-- extensions/ # All extension packages
| +-- Bitwarden.Core/ # Library containing basic authentication and crypto to get the .NET configuration provider working
| +-- Bitwarden.Extensions.Configuration/ # .NET Configuration provider using Secrets Manager
| +-- Bitwarden.Server.Sdk/ # Main Server SDK (MSBuild SDK package)
| +-- Bitwarden.Server.Sdk.*/ # SDK components
+-- docs/ # Documentation
+-- bitwarden-dotnet.sln # Main solution file

About

Bitwarden .NET extensions.

Resources

Readme

License

GPL-3.0 license

Contributing

Contributing

Security policy

Security policy

Stars

Watchers

Forks

Packages

Contributors