CoreDdd.Nhibernate 3.2.16

dotnet add package CoreDdd.Nhibernate --version 3.2.16
NuGet\Install-Package CoreDdd.Nhibernate -Version 3.2.16
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.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreDdd.Nhibernate --version 3.2.16
#r "nuget: CoreDdd.Nhibernate, 3.2.16"
#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.16

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

NHibernate persistence for CoreDdd library

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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 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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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 (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.16 511 10/13/2023
3.2.15 493 4/21/2023
3.2.13 964 9/14/2022
3.2.12 488 9/14/2022
3.2.11 1,660 4/20/2021
3.2.10 1,330 6/22/2020
3.2.9 772 3/25/2020
3.2.8 905 11/8/2019
3.2.7 1,059 6/5/2019
3.2.6 753 5/17/2019
3.2.5 676 5/13/2019
3.2.4 757 4/11/2019
3.2.3 789 3/19/2019
3.2.2 1,393 3/7/2019
3.2.0 8,086 11/29/2018
3.1.0 2,040 11/28/2018
3.0.36 2,075 11/6/2018
3.0.34 2,322 10/22/2018
3.0.33 2,088 10/17/2018
3.0.32 2,268 10/3/2018
3.0.31 2,197 9/11/2018
3.0.30 2,305 9/11/2018
3.0.29 2,237 9/6/2018
3.0.28 1,668 9/4/2018
3.0.27 1,668 8/27/2018
3.0.26 1,655 8/22/2018
3.0.25 1,730 8/21/2018
3.0.24 1,720 8/17/2018
3.0.23 1,724 7/24/2018
3.0.22 1,832 7/12/2018
3.0.21 1,879 7/11/2018
3.0.20 1,810 7/10/2018
3.0.19 1,850 7/4/2018
3.0.18 1,780 6/26/2018
3.0.17 1,777 6/14/2018
3.0.16 1,896 5/9/2018
3.0.15 1,856 4/26/2018

Bug fix:
#38 NhibernateUnitOfWork is not gracefully disposed when begin transaction throws - when disposing NhibernateUnitOfWork, improving the detection that the transaction has not been started to prevent another exception when trying to incorrectly commit