Rammi.MongoTypeRepository
10.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Rammi.MongoTypeRepository --version 10.0.1
NuGet\Install-Package Rammi.MongoTypeRepository -Version 10.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="Rammi.MongoTypeRepository" Version="10.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rammi.MongoTypeRepository" Version="10.0.1" />
<PackageReference Include="Rammi.MongoTypeRepository" />
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 Rammi.MongoTypeRepository --version 10.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rammi.MongoTypeRepository, 10.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.
#:package Rammi.MongoTypeRepository@10.0.1
#: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=Rammi.MongoTypeRepository&version=10.0.1
#tool nuget:?package=Rammi.MongoTypeRepository&version=10.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Provides strong types and repository access for mongoDB and Azure Cosmos DB, which is both weak typed.
You can have all the sources with examples from here:
https://github.com/rammicz/MongoRepo
- Full async support
- Async operation throttling to not overload the DB connection
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net10 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- MongoDB.Driver (>= 3.5.0)
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 |
|---|---|---|
| 10.1.1 | 157 | 6/18/2026 |
| 10.1.0 | 122 | 6/12/2026 |
| 10.0.11 | 118 | 6/10/2026 |
| 10.0.10 | 266 | 4/28/2026 |
| 10.0.9 | 346 | 3/6/2026 |
| 10.0.8 | 147 | 2/22/2026 |
| 10.0.7 | 776 | 12/3/2025 |
| 10.0.6 | 700 | 12/3/2025 |
| 10.0.5 | 709 | 12/3/2025 |
| 10.0.4 | 705 | 12/3/2025 |
| 10.0.3 | 461 | 11/18/2025 |
| 10.0.2 | 445 | 11/18/2025 |
| 10.0.1 | 445 | 11/18/2025 |
| 6.0.0 | 483 | 3/9/2023 |
| 1.3.2 | 1,096 | 2/7/2020 |
| 1.3.1 | 912 | 1/30/2020 |
| 1.3.0 | 901 | 1/30/2020 |
| 1.2.1 | 1,499 | 8/7/2018 |
| 1.2.0 | 1,368 | 10/17/2017 |
| 1.2.0-alpha | 1,183 | 8/8/2017 |
Loading failed
- Updated to .NET 10
- Updated MongoDB.Driver to 3.5.0
- Fixed bug in ThrottledMongoCollection Count methods
- Implemented EstimatedDocumentCount method