Tharga.Team.MongoDB 2.0.7

dotnet add package Tharga.Team.MongoDB --version 2.0.7
                    
NuGet\Install-Package Tharga.Team.MongoDB -Version 2.0.7
                    
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="Tharga.Team.MongoDB" Version="2.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tharga.Team.MongoDB" Version="2.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Tharga.Team.MongoDB" />
                    
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 Tharga.Team.MongoDB --version 2.0.7
                    
#r "nuget: Tharga.Team.MongoDB, 2.0.7"
                    
#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.
#:package Tharga.Team.MongoDB@2.0.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tharga.Team.MongoDB&version=2.0.7
                    
Install as a Cake Addin
#tool nuget:?package=Tharga.Team.MongoDB&version=2.0.7
                    
Install as a Cake Tool

Tharga Team MongoDB

NuGet Nuget License

MongoDB persistence layer for Tharga.Team. Provides repository base classes for storing teams and users in MongoDB.

What's included

  • TeamRepository / ITeamRepository - MongoDB-backed team storage.
  • UserRepository / IUserRepository - MongoDB-backed user storage.
  • TeamRepositoryCollection / UserRepositoryCollection - MongoDB collection definitions with indexes.
  • TeamMemberBase - Base record for team member entities.
  • TeamEntityBase - Base record for team entities.
  • UserServiceRepositoryBase - User service base class with MongoDB persistence.

Quick start

builder.Services.AddThargaTeamRepository(o =>
{
    o.RegisterUserRepository<UserEntity>();
    o.RegisterTeamRepository<TeamEntity, TeamMember>();
});

Requires Tharga.MongoDB to be configured with a connection string.

Dependencies

Package Description
Tharga.Team Domain models and authorization primitives
Tharga.Team.Blazor Team management Blazor UI components, authentication
Tharga.Team.Service Server-side API key auth, Swagger, audit logging
Tharga.Blazor Generic Blazor UI components
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 is compatible.  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

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
2.0.7 0 4/6/2026
2.0.6 22 4/5/2026
2.0.5 25 4/5/2026
2.0.4 40 4/4/2026
2.0.3 34 4/3/2026
2.0.3-pre.1 30 4/3/2026
2.0.2 80 3/25/2026
2.0.2-pre.1 39 3/25/2026
2.0.1 37 3/24/2026
2.0.1-pre.5 45 3/24/2026
2.0.1-pre.4 43 3/24/2026
2.0.1-pre.3 47 3/23/2026
2.0.1-pre.2 37 3/23/2026
2.0.1-pre.1 46 3/22/2026
2.0.0 47 3/19/2026
2.0.0-pre.5 43 3/19/2026
2.0.0-pre.4 42 3/19/2026
2.0.0-pre.3 40 3/18/2026
2.0.0-pre.2 42 3/18/2026
2.0.0-pre.1 49 3/17/2026
Loading failed