EasyMongoDB 0.16.9
Suggested Alternatives
dotnet add package EasyMongoDB --version 0.16.9
NuGet\Install-Package EasyMongoDB -Version 0.16.9
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="EasyMongoDB" Version="0.16.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EasyMongoDB" Version="0.16.9" />
<PackageReference Include="EasyMongoDB" />
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 EasyMongoDB --version 0.16.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EasyMongoDB, 0.16.9"
#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 EasyMongoDB@0.16.9
#: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=EasyMongoDB&version=0.16.9
#tool nuget:?package=EasyMongoDB&version=0.16.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
To use it just extend a class from QueryableBase<T>
Ex:
public class FoobarDAO : QueryableBase<Foobar>;
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 | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- CoreModule (>= 1.5.2)
- MongoDB.Driver (>= 2.12.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
0.16.9 | 817 | 6/8/2021 | |
0.16.8 | 707 | 6/7/2021 | |
0.16.7 | 695 | 4/6/2021 | |
0.16.6 | 709 | 3/30/2021 | |
0.16.5 | 832 | 3/27/2021 | |
0.16.4 | 807 | 3/27/2021 | |
0.16.3 | 732 | 3/24/2021 | |
0.16.2 | 771 | 3/23/2021 | |
0.16.1 | 696 | 3/23/2021 | |
0.16.0 | 704 | 3/22/2021 | |
0.15.2 | 747 | 3/17/2021 | |
0.15.1 | 728 | 3/17/2021 | |
0.15.0 | 736 | 3/13/2021 | |
0.14.0 | 760 | 3/13/2021 | |
0.13.2 | 770 | 2/27/2021 | |
0.13.1 | 776 | 2/27/2021 | |
0.13.0 | 787 | 2/27/2021 | |
0.12.4 | 771 | 2/27/2021 | |
0.12.3 | 759 | 2/27/2021 | |
0.12.2 | 763 | 2/27/2021 | |
0.12.1 | 764 | 2/27/2021 | |
0.12.0 | 764 | 2/27/2021 | |
0.11.6 | 806 | 2/27/2021 | |
0.11.5 | 792 | 2/27/2021 | |
0.11.4 | 784 | 2/27/2021 | |
0.11.3 | 784 | 2/27/2021 | |
0.11.2 | 782 | 2/27/2021 | |
0.11.1 | 799 | 2/27/2021 | |
0.11.0 | 790 | 2/27/2021 | |
0.10.2 | 761 | 2/24/2021 | |
0.2.1 | 778 | 2/24/2021 | |
0.2.0 | 763 | 2/24/2021 | |
0.1.0 | 795 | 1/8/2021 | |
0.0.8 | 860 | 10/27/2020 | |
0.0.7 | 812 | 10/16/2020 | |
0.0.6 | 854 | 10/16/2020 | |
0.0.5 | 886 | 10/16/2020 | |
0.0.4 | 1,115 | 10/15/2020 | |
0.0.3 | 1,130 | 10/15/2020 | |
0.0.2 | 1,134 | 10/15/2020 | |
0.0.1 | 1,230 | 10/8/2020 |
hotfix.
Init method from the mongo module is required to be called manually from now on, if you forget to do that some classes from the core module will not deserialize.