CoreDdd.Nhibernate 3.2.13

.NET 6.0 .NET Standard 2.0 .NET Framework 4.0
dotnet add package CoreDdd.Nhibernate --version 3.2.13
NuGet\Install-Package CoreDdd.Nhibernate -Version 3.2.13
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="CoreDdd.Nhibernate" Version="3.2.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreDdd.Nhibernate --version 3.2.13
#r "nuget: CoreDdd.Nhibernate, 3.2.13"
#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 CoreDdd.Nhibernate as a Cake Addin
#addin nuget:?package=CoreDdd.Nhibernate&version=3.2.13

// Install CoreDdd.Nhibernate as a Cake Tool
#tool nuget:?package=CoreDdd.Nhibernate&version=3.2.13

NHibernate persistence for CoreDdd library

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on CoreDdd.Nhibernate:

Package Downloads
CoreDdd.Nhibernate.Register.Castle

Castle Windsor IoC registration for CoreDdd.Nhibernate library

CoreDdd.Nhibernate.TestHelpers

Persistence test helpers for CoreDdd library

CoreDdd.Nhibernate.Register.Ninject

Ninject IoC registration for CoreDdd.Nhibernate library

CoreDdd.Nhibernate.Register.DependencyInjection

ASP.NET Core Dependency Injection IoC registration for CoreDdd.Nhibernate library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.13 739 9/14/2022
3.2.12 354 9/14/2022
3.2.11 1,566 4/20/2021
3.2.10 1,245 6/22/2020
3.2.9 698 3/25/2020
3.2.8 825 11/8/2019
3.2.7 948 6/5/2019
3.2.6 645 5/17/2019
3.2.5 584 5/13/2019
3.2.4 673 4/11/2019
3.2.3 710 3/19/2019
3.2.2 957 3/7/2019
3.2.0 6,069 11/29/2018
3.1.0 1,562 11/28/2018
3.0.36 1,615 11/6/2018
3.0.34 1,763 10/22/2018
3.0.33 1,606 10/17/2018
3.0.32 1,827 10/3/2018
3.0.31 1,711 9/11/2018
3.0.30 1,767 9/11/2018
3.0.29 1,720 9/6/2018
3.0.28 1,481 9/4/2018
3.0.27 1,476 8/27/2018
3.0.26 1,474 8/22/2018
3.0.25 1,541 8/21/2018
3.0.24 1,531 8/17/2018
3.0.23 1,545 7/24/2018
3.0.22 1,599 7/12/2018
3.0.21 1,675 7/11/2018
3.0.20 1,591 7/10/2018
3.0.19 1,637 7/4/2018
3.0.18 1,590 6/26/2018
3.0.17 1,587 6/14/2018
3.0.16 1,679 5/9/2018
3.0.15 1,657 4/26/2018

Improvement:  
#19 Add support for nullable reference types - an entity reference of a nullable reference type is automapped as nullable in the database