EzMongoDb 1.0.6
dotnet add package EzMongoDb --version 1.0.6
NuGet\Install-Package EzMongoDb -Version 1.0.6
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="EzMongoDb" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EzMongoDb --version 1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EzMongoDb, 1.0.6"
#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.
// Install EzMongoDb as a Cake Addin #addin nuget:?package=EzMongoDb&version=1.0.6 // Install EzMongoDb as a Cake Tool #tool nuget:?package=EzMongoDb&version=1.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EzMongoDb
introduce
Easily usable MongoDb
Implemented by C# .NET 8
nuget
https://www.nuget.org/packages/EzMongoDb/
version history
v1.0.6
upgrade to dotnet 9. update using packages.
v1.0.5
private to public Collection in MongoDbUtil.
v1.0.4
In the UpsertAsync function, modify it to call createAction when CreateAsync succeeds.
v1.0.3
Use .NET 8
v1.0.2
Added Remove by string id method.
v1.0.1
Added GenerateId method.
v1.0.0
First Release
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- MongoDB.Bson (>= 3.0.0)
- MongoDB.Driver (>= 3.0.0)
- Newtonsoft.json (>= 13.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EzMongoDb:
Package | Downloads |
---|---|
EzAspDotNet
Easily usable with ASP.NET (Core or later) |
GitHub repositories
This package is not used by any popular GitHub repositories.