MongoDB.Entities
3.5.0
See the version list below for details.
dotnet add package MongoDB.Entities --version 3.5.0
NuGet\Install-Package MongoDB.Entities -Version 3.5.0
<PackageReference Include="MongoDB.Entities" Version="3.5.0" />
<PackageVersion Include="MongoDB.Entities" Version="3.5.0" />
<PackageReference Include="MongoDB.Entities" />
paket add MongoDB.Entities --version 3.5.0
#r "nuget: MongoDB.Entities, 3.5.0"
#:package MongoDB.Entities@3.5.0
#addin nuget:?package=MongoDB.Entities&version=3.5.0
#tool nuget:?package=MongoDB.Entities&version=3.5.0
The latest documentation can be found: here
| 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 was computed. 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 was computed. 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 was computed. 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 | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- MongoDB.Driver (>= 2.8.0)
- Pluralize.NET (>= 0.1.84)
NuGet packages (23)
Showing the top 5 NuGet packages that depend on MongoDB.Entities:
| Package | Downloads |
|---|---|
|
MongoDB.Entities.ReactiveChangeStream
MongoDB Entities Change Stream Extension using Rx.NET |
|
|
GameFrameX.DataBase
GameFrameX.DataBase,GameFrameX 框架的基础设施框架库,用于和数据库交互的接口.框架文档主页: https://gameframex.doc.alianblank.com |
|
|
DataExplorer.MongoDb
Library featuring an opinionated, reusable data access layer for MongoDb based on MongoDB.Entities. |
|
|
Sket.Core
Package Description |
|
|
LightApi.Infra
ASP.NET Core快速开发框架 |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on MongoDB.Entities:
| Repository | Stars |
|---|---|
|
dj-nitehawk/MongoWebApiStarter
A full-featured starter template for `dotnet new` to quickly scaffold an Asp.Net 8 Web-Api project with MongoDB as the data store.
|
|
|
TryCatchLearn/Carsties
|
|
|
anuviswan/LearningPoint
A repository for learning different technologies, frameworks, features......
|
|
|
dj-nitehawk/MiniDevTo
Source code of the Dev.To article "Building REST APIs In .Net 8 The Easy Way!"
|
| Version | Downloads | Last Updated |
|---|---|---|
| 25.0.1-beta.2 | 71 | 3/7/2026 |
| 25.0.0 | 11,955 | 12/29/2025 |
| 25.0.0-beta.3 | 69 | 12/27/2025 |
| 25.0.0-beta.2 | 155 | 12/25/2025 |
| 25.0.0-beta.1 | 749 | 11/20/2025 |
| 24.2.0-beta.1 | 695 | 9/1/2025 |
| 24.1.1 | 91,284 | 2/16/2025 |
| 24.1.0 | 13,816 | 12/30/2024 |
| 24.0.0 | 9,012 | 11/21/2024 |
| 23.2.0.1-beta | 1,254 | 10/18/2024 |
| 23.2.0 | 11,709 | 10/18/2024 |
| 23.1.1 | 26,811 | 8/15/2024 |
| 23.1.0 | 119,273 | 3/1/2024 |
| 23.0.1 | 24,428 | 12/14/2023 |
| 23.0.0 | 4,884 | 11/29/2023 |
| 22.1.0.5-beta | 723 | 10/27/2023 |
| 22.1.0.4-beta | 652 | 10/18/2023 |
| 22.1.0.3-beta | 1,051 | 10/10/2023 |
| 22.1.0.2-beta | 640 | 10/8/2023 |
| 3.5.0 | 1,488 | 4/28/2019 |
1.) support for more than 1 'Many' properties in one Entity
2.) api change: Many<TParent,TChild> to Many<Child>
3.) refactored reference classes
4.) more tests added