Genocs.Persistence.MongoDb 2.3.1

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 5.0.0 or higher.

dotnet add package Genocs.Persistence.MongoDb --version 2.3.1
NuGet\Install-Package Genocs.Persistence.MongoDb -Version 2.3.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="Genocs.Persistence.MongoDb" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Genocs.Persistence.MongoDb --version 2.3.1
#r "nuget: Genocs.Persistence.MongoDb, 2.3.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.
// Install Genocs.Persistence.MongoDb as a Cake Addin
#addin nuget:?package=Genocs.Persistence.MongoDb&version=2.3.1

// Install Genocs.Persistence.MongoDb as a Cake Tool
#tool nuget:?package=Genocs.Persistence.MongoDb&version=2.3.1

.NET Core Persistence MongoDB library

This package contains a repository pattern implementation using MongoDB. The library is designed by Genocs. The libraries are built using .NET standard 2.1.

Description

Persistence MongoDB Core NuGet package contains general purpose functionalities to be used on DDD service.

Support

Please check the GitHub repository getting more info.

DataProvider Settings

Following is about how to setup DBSettings

  "DBSettings": {
    "ConnectionString": "mongodb://localhost",
    "Database": "demo_database",
    "EnableTracing": "false"
  }
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.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (2)

Showing the top 2 NuGet packages that depend on Genocs.Persistence.MongoDb:

Package Downloads
Genocs.MessageBrokers.Outbox.MongoDB

The message brokers MongoDB outbox interface library useful to build .NET Core projects.

Genocs.Identities.Application

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.10 5,588 3/31/2024
5.0.9 1,449 2/19/2024
5.0.8 1,370 2/8/2024
5.0.6 3,282 1/23/2024
5.0.5 11,196 12/26/2023
5.0.4 15,020 12/7/2023
5.0.3 513 11/30/2023
5.0.2 541 11/28/2023
5.0.1 502 11/28/2023
5.0.0 671 11/25/2023
5.0.0-preview1.0 161 3/25/2023
5.0.0-preview.5.0 1,247 10/13/2023
5.0.0-preview.4.1 4,394 8/9/2023
5.0.0-preview.4.0 1,359 7/15/2023
5.0.0-preview.3.2 162 7/13/2023
5.0.0-preview.3.1 123 6/19/2023
5.0.0-preview.3.0 320 4/25/2023
5.0.0-preview.2.0 69 4/25/2023
5.0.0-preview.1.3 85 3/27/2023
5.0.0-preview.1.2 82 3/27/2023
3.4.0 904 3/12/2023
3.3.1 933 3/11/2023
3.3.0 886 3/11/2023
3.2.0 993 2/6/2023
3.1.1 991 1/10/2023
3.1.0 983 1/10/2023
3.0.0 943 1/7/2023
2.4.0 959 1/5/2023
2.3.2 1,030 1/5/2023
2.3.1 981 1/5/2023
2.3.0 1,077 11/24/2022
2.2.1 1,366 11/22/2022
2.2.0 972 11/20/2022
2.1.0 1,074 11/19/2022
1.0.4 2,486 12/27/2021
1.0.3 968 12/4/2021
1.0.2 996 12/4/2021
1.0.1 1,326 5/16/2020

Enable support for tracing