MongoDB.Entities 14.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MongoDB.Entities --version 14.0.0
                    
NuGet\Install-Package MongoDB.Entities -Version 14.0.0
                    
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="MongoDB.Entities" Version="14.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MongoDB.Entities" Version="14.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MongoDB.Entities" />
                    
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 MongoDB.Entities --version 14.0.0
                    
#r "nuget: MongoDB.Entities, 14.0.0"
                    
#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 MongoDB.Entities@14.0.0
                    
#: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=MongoDB.Entities&version=14.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MongoDB.Entities&version=14.0.0
                    
Install as a Cake Tool

The latest documentation can be found on the github wiki

Product 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.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (26)

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.1.0 46 5/16/2026
25.0.1-beta.2 92 3/7/2026
25.0.0 16,815 12/29/2025
25.0.0-beta.3 81 12/27/2025
25.0.0-beta.2 169 12/25/2025
25.0.0-beta.1 800 11/20/2025
24.2.0-beta.1 757 9/1/2025
24.1.1 97,507 2/16/2025
24.1.0 16,731 12/30/2024
24.0.0 9,120 11/21/2024
23.2.0.1-beta 1,264 10/18/2024
23.2.0 12,409 10/18/2024
23.1.1 27,028 8/15/2024
23.1.0 123,116 3/1/2024
23.0.1 24,492 12/14/2023
23.0.0 4,915 11/29/2023
22.1.0.5-beta 730 10/27/2023
22.1.0.4-beta 659 10/18/2023
22.1.0.3-beta 1,063 10/10/2023
14.0.0 1,668 8/11/2020
Loading failed

- [breaking] remove MongoDB.Entities.Core namespace
- [breaking] make ModifiedOn property opt-in using IModifiedOn interface
- [breaking] remove support for geo haystack indexes as deprecated in official driver
- new interface ICreatedOn for optionally adding auto-managed creation date to entities
- misc. changes