MongoGenericRepository 10.1.1
dotnet add package MongoGenericRepository --version 10.1.1
NuGet\Install-Package MongoGenericRepository -Version 10.1.1
<PackageReference Include="MongoGenericRepository" Version="10.1.1" />
<PackageVersion Include="MongoGenericRepository" Version="10.1.1" />
<PackageReference Include="MongoGenericRepository" />
paket add MongoGenericRepository --version 10.1.1
#r "nuget: MongoGenericRepository, 10.1.1"
#:package MongoGenericRepository@10.1.1
#addin nuget:?package=MongoGenericRepository&version=10.1.1
#tool nuget:?package=MongoGenericRepository&version=10.1.1
Straightforward, generic, extensible CRUD repository for MongoDB
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Options (>= 10.0.2)
- MongoDB.Driver (>= 3.6.0)
-
net10.0
- Microsoft.Extensions.Options (>= 10.0.2)
- MongoDB.Driver (>= 3.6.0)
-
net8.0
- Microsoft.Extensions.Options (>= 10.0.2)
- MongoDB.Driver (>= 3.6.0)
-
net9.0
- Microsoft.Extensions.Options (>= 10.0.2)
- MongoDB.Driver (>= 3.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MongoGenericRepository:
| Package | Downloads |
|---|---|
|
MongoGenericRepository.HealthChecks
Optional HealthChecks Add-On for MongoGenericRepository (checks ReadOnly / ReadWrite connections). |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.1 | 41 | 2/23/2026 |
| 10.1.0 | 125 | 1/16/2026 |
| 10.0.0 | 97 | 1/16/2026 |
| 9.0.4 | 600 | 4/16/2025 |
| 9.0.3 | 233 | 4/16/2025 |
| 9.0.2 | 235 | 4/15/2025 |
| 9.0.1 | 684 | 3/24/2025 |
| 9.0.0 | 252 | 11/20/2024 |
| 8.0.1 | 167 | 10/1/2024 |
| 8.0.0 | 893 | 11/16/2023 |
| 1.0.20 | 293 | 8/23/2023 |
| 1.0.19 | 391 | 4/28/2023 |
| 1.0.18 | 307 | 3/21/2023 |
| 1.0.17 | 371 | 12/28/2022 |
| 1.0.16 | 622 | 10/14/2022 |
| 1.0.15 | 520 | 10/7/2022 |
| 1.0.14 | 1,009 | 4/22/2022 |
| 1.0.13 | 607 | 8/11/2021 |
| 1.0.12 | 464 | 8/11/2021 |
| 1.0.11 | 532 | 7/27/2021 |
Bug fixes, performance improvements, and API cleanup
- Fix NullReferenceException in paged GetAll/GetAllDescending methods when page/pageSize are null
- Fix missing OrderByDescending in GetAllDescending(filter) overload
- Fix TargetFramework conflict in csproj that broke multi-targeting
- Cache MongoClient instances per connection string to avoid connection pool waste
- Fix string trimming in AddRange/Update(bulk) to respect BsonIgnoreAttribute
- Fix HealthCheck: reuse cached MongoClient, correct skip-status reporting, filter null exceptions
- Mark broken/unusable method overloads as [Obsolete] (Get, GetAll, GetAllDescending with unused TProperty)
- Remove unused IRepository interface
- Fix XML-Doc param syntax in EntityCollectionAttribute and EntityDatabaseAttribute