MongoRepository 1.5.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 MongoRepository --version 1.5.1
NuGet\Install-Package MongoRepository -Version 1.5.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="MongoRepository" Version="1.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MongoRepository" Version="1.5.1" />
<PackageReference Include="MongoRepository" />
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 MongoRepository --version 1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MongoRepository, 1.5.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 MongoRepository@1.5.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=MongoRepository&version=1.5.1
#tool nuget:?package=MongoRepository&version=1.5.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This easy to use library implements the repository pattern on top of Official MongoDB C# driver.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- mongocsharpdriver (>= 1.8.1 && < 1.9.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MongoRepository:
| Package | Downloads |
|---|---|
|
AppBlocks.Models
The BASE of ALL THE THINGS |
|
|
DaoMongo
Dao para utilização do mongo db - utiliza recursos do projeto mongorepository |
|
|
BinbinMessageQueue
BinbinMessageQueue |
|
|
getAddress.Sequence.Mongo
A multiple instance and thread safe unique number sequence generator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.6.11 | 76,683 | 3/31/2016 | |
| 1.6.10 | 16,237 | 11/20/2015 | |
| 1.6.9 | 6,026 | 10/9/2015 | |
| 1.6.8 | 32,618 | 2/3/2015 | |
| 1.6.7.1 | 7,485 | 11/27/2014 | |
| 1.6.6 | 7,832 | 8/18/2014 | |
| 1.6.5 | 5,767 | 5/20/2014 | |
| 1.6.4 | 3,913 | 4/8/2014 | |
| 1.6.3 | 7,485 | 2/5/2014 | |
| 1.6.2 | 5,306 | 12/11/2013 | |
| 1.6.1 | 3,400 | 10/25/2013 | |
| 1.6.0 | 2,048 | 10/25/2013 | |
| 1.5.2 | 3,469 | 8/7/2013 | |
| 1.5.1 | 3,046 | 7/9/2013 | |
| 1.5.0 | 4,359 | 6/11/2013 | |
| 1.4.3 | 3,156 | 4/10/2013 | |
| 1.4.2 | 2,351 | 4/3/2013 | |
| 1.4.1 | 4,398 | 11/28/2012 | |
| 1.4.0 | 2,256 | 11/25/2012 | |
| 1.3.4 | 2,544 | 11/6/2012 | |
| 1.3.3 | 3,580 | 9/4/2012 | |
| 1.3.2 | 2,557 | 7/11/2012 | |
| 1.3.1 | 5,552 | 6/1/2012 | |
| 1.3.0 | 3,280 | 4/20/2012 | |
| 1.2.4 | 2,483 | 2/22/2012 | |
| 1.2.3 | 2,338 | 1/27/2012 | |
| 1.2.2 | 2,368 | 12/20/2011 | |
| 1.2.1 | 2,254 | 12/14/2011 | |
| 1.2.0 | 2,196 | 12/14/2011 | |
| 1.1.5 | 2,199 | 12/14/2011 | |
| 1.1.0 | 2,306 | 12/13/2011 | |
| 1.0.0 | 6,112 | 12/6/2011 |
Removed obsoleted methods All(), All(Expression<Func<T, bool>>) and RequestStart(bool), Obsoleted GetSingle(), Entity class is now (also) marked as Serializable