EasyMongoDB 0.16.9

Suggested Alternatives

ModularSystem.Core

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.
paket add EasyMongoDB --version 0.16.9
#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.
// Install EasyMongoDB as a Cake Addin
#addin nuget:?package=EasyMongoDB&version=0.16.9

// Install EasyMongoDB as a Cake Tool
#tool nuget:?package=EasyMongoDB&version=0.16.9

To use it just extend a class from QueryableBase<T>

Ex:
public class FoobarDAO : QueryableBase<Foobar>;

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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 661 6/8/2021
0.16.8 569 6/7/2021
0.16.7 554 4/6/2021
0.16.6 560 3/30/2021
0.16.5 685 3/27/2021
0.16.4 667 3/27/2021
0.16.3 589 3/24/2021
0.16.2 632 3/23/2021
0.16.1 555 3/23/2021
0.16.0 559 3/22/2021
0.15.2 607 3/17/2021
0.15.1 589 3/17/2021
0.15.0 595 3/13/2021
0.14.0 615 3/13/2021
0.13.2 627 2/27/2021
0.13.1 620 2/27/2021
0.13.0 641 2/27/2021
0.12.4 630 2/27/2021
0.12.3 614 2/27/2021
0.12.2 618 2/27/2021
0.12.1 620 2/27/2021
0.12.0 619 2/27/2021
0.11.6 659 2/27/2021
0.11.5 646 2/27/2021
0.11.4 640 2/27/2021
0.11.3 643 2/27/2021
0.11.2 634 2/27/2021
0.11.1 655 2/27/2021
0.11.0 642 2/27/2021
0.10.2 615 2/24/2021
0.2.1 634 2/24/2021
0.2.0 622 2/24/2021
0.1.0 649 1/8/2021
0.0.8 711 10/27/2020
0.0.7 665 10/16/2020
0.0.6 702 10/16/2020
0.0.5 735 10/16/2020
0.0.4 851 10/15/2020
0.0.3 860 10/15/2020
0.0.2 871 10/15/2020
0.0.1 957 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.