NHibernate.NetCore 9.0.0

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

// Install NHibernate.NetCore as a Cake Tool
#tool nuget:?package=NHibernate.NetCore&version=9.0.0                

Extensions for NHibernate when used in dotnet core. For examples, visit https://github.com/beginor/nhibernate-extensions/blob/master/test/NHibernate.Extensions.UnitTest/BaseTest.cs

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NHibernate.NetCore:

Package Downloads
TrinityText.Domain.NH

Trinity Text domain layer implementation with NHibernate

SYLibrary.WSS

net5框架,ORM替换成Nhibernate,添加consul服务发现。

NhStandardLibraryCore

Nh版本

Net5LeoLibrary

net5框架,ORM替换成Nhibernate,添加consul服务发现。

MyHome.Common.DataBase

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 71 11/30/2024
8.0.14 2,072 10/9/2024
8.0.13 473 9/21/2024
8.0.12 360 9/13/2024
8.0.11 137 9/12/2024
8.0.10 678 9/11/2024
8.0.9 114 9/10/2024
8.0.8 2,788 7/8/2024
8.0.7 4,322 5/11/2024
8.0.6 1,251 3/29/2024
8.0.5 1,243 3/18/2024
8.0.4 3,881 2/17/2024
8.0.3 398 2/4/2024
8.0.2 663 1/21/2024
8.0.1 983 12/26/2023
8.0.0 1,318 11/19/2023
7.0.9 1,399 9/28/2023
7.0.8 895 9/2/2023
7.0.7 786 8/19/2023
7.0.6 323 8/3/2023
7.0.5 644 7/8/2023
7.0.4 303 6/14/2023
7.0.3 1,588 4/9/2023
7.0.2 19,787 2/14/2023
7.0.1 1,496 12/20/2022
7.0.0 639 11/24/2022
6.0.13 88,951 10/25/2022
6.0.12 2,384 10/3/2022
6.0.11 11,161 8/11/2022
6.0.10 640 8/8/2022
6.0.9 5,180 6/24/2022
6.0.8 7,366 5/10/2022
6.0.7 9,864 4/18/2022
6.0.6 595 4/18/2022
6.0.5 4,264 2/25/2022
6.0.4 724 2/21/2022
6.0.3 747 2/16/2022
6.0.2 1,634 1/11/2022
6.0.1 1,046 12/16/2021
6.0.0 1,790 11/20/2021
5.0.11 41,850 9/28/2021
5.0.10 563 9/23/2021
5.0.9 6,251 7/28/2021
5.0.8 2,895 7/6/2021
5.0.7 14,267 5/21/2021
5.0.6 4,641 4/13/2021
5.0.5 1,527 3/22/2021
5.0.4 6,107 2/24/2021
5.0.3 688 1/30/2021
5.0.2 1,303 12/15/2020
5.0.1 841 11/18/2020
5.0.0 652 11/11/2020
5.0.0-rc.2 303 11/2/2020
5.0.0-rc.1 294 9/15/2020
3.1.7 84,279 8/19/2020
3.1.6 708 8/18/2020
3.1.5 1,922 7/28/2020
3.1.4 1,053 7/20/2020
3.1.3 16,759 4/20/2020
3.1.2 4,133 2/9/2020
3.1.1 2,453 12/5/2019
3.1.0 780 11/30/2019
3.0.0 1,221 10/10/2019
1.1.3 2,741 5/4/2019
1.1.2 1,409 12/28/2018
1.1.1 3,001 11/10/2018
1.1.0 3,965 11/10/2018
1.0.1 3,723 7/20/2018

- Update to .NET 9.0.0; - Update packages; - Remove obsoleted types; - Move custom types to namespace `NHibernate.Extensions.Npgsql.UserTypes`;