Genocs.Persistence.MongoDb 5.0.0-preview1.0

This is a prerelease version of Genocs.Persistence.MongoDb.
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 5.0.0-preview1.0
NuGet\Install-Package Genocs.Persistence.MongoDb -Version 5.0.0-preview1.0
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="5.0.0-preview1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Genocs.Persistence.MongoDb --version 5.0.0-preview1.0
#r "nuget: Genocs.Persistence.MongoDb, 5.0.0-preview1.0"
#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=5.0.0-preview1.0&prerelease

// Install Genocs.Persistence.MongoDb as a Cake Tool
#tool nuget:?package=Genocs.Persistence.MongoDb&version=5.0.0-preview1.0&prerelease

.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.

MongoDb Convention

  • CamelCaseElementNameConvention(),
  • IgnoreExtraElementsConvention(true),
  • EnumRepresentationConvention(BsonType.String)

DataProvider Settings

Following is about how to setup MongoDb

  "MongoDb": {
    "ConnectionString": "mongodb://localhost",
    "Database": "demo_database",
    "EnableTracing": false
  }

Release notes

[2023-03-11] 3.4.0

  • Updated to Genocs.Core 3.0.0

[2023-03-11] 3.3.1

  • Fix register conventions

[2023-03-11] 3.3.0

  • No issue in case of registration without MongoDbSettings section
  • MongoDatabaseProvider register as Singleton
  • Added standard RegisterConventions

[2023-03-04] 3.2.1

  • Updated Scrutor

[2023-01-10] 3.2.0

  • Updated MongoDbSettings section name

[2023-01-10] 3.1.1

  • Added MongoDbSettings validation

[2023-01-10] 3.1.0

  • Added Service collection extension

[2023-01-07] 3.0.0

  • Changed DBSettings to MongoDbSettings
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
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,571 3/31/2024
5.0.9 1,449 2/19/2024
5.0.8 1,370 2/8/2024
5.0.6 3,281 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 940 1/7/2023
2.4.0 959 1/5/2023
2.3.2 1,027 1/5/2023
2.3.1 978 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

Moved to NET7.0