NHibernate 5.0.0
Prefix Reserved| Advisory: https://github.com/advisories/GHSA-fg4q-ccq8-3r5q | Severity: high |
See the version list below for details.
dotnet add package NHibernate --version 5.0.0
NuGet\Install-Package NHibernate -Version 5.0.0
<PackageReference Include="NHibernate" Version="5.0.0" />
<PackageVersion Include="NHibernate" Version="5.0.0" />
<PackageReference Include="NHibernate" />
paket add NHibernate --version 5.0.0
#r "nuget: NHibernate, 5.0.0"
#:package NHibernate@5.0.0
#addin nuget:?package=NHibernate&version=5.0.0
#tool nuget:?package=NHibernate&version=5.0.0
NHibernate is a mature, open source object-relational mapper for the .NET framework. It is actively developed, fully featured and used in thousands of successful projects.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Antlr3.Runtime (>= 3.5.1 && < 4.0.0)
- Iesi.Collections (>= 4.0.0 && < 5.0.0)
- Remotion.Linq (>= 2.1.2 && < 3.0.0)
- Remotion.Linq.EagerFetching (>= 2.1.0 && < 3.0.0)
NuGet packages (611)
Showing the top 5 NuGet packages that depend on NHibernate:
| Package | Downloads |
|---|---|
|
FluentNHibernate
Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. |
|
|
NHibernate.Cache.DynamicCacheBuster
Automatically bust your NHibernate cache when the schema changes. |
|
|
NServiceBus.NHibernate
NHibernate integration for NServiceBus |
|
|
NHibernate.Caches.Common
Common types of NHibernate.Caches providers. |
|
|
NHibernate.Caches.SysCache
Cache provider for NHibernate using ASP.NET Cache object. |
GitHub repositories (51)
Showing the top 20 popular GitHub repositories that depend on NHibernate:
| Repository | Stars |
|---|---|
|
DapperLib/Dapper
Dapper - a simple object mapper for .Net
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
MassTransit/MassTransit
Distributed Application Framework for .NET
|
|
|
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
|
|
|
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. Check out the next generation of this software built on ASP.NET Core: https://github.com/OrchardCMS/OrchardCore
|
|
|
mikependon/RepoDB
A production-ready data access platform for .NET applications.
|
|
|
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
|
|
|
nhibernate/fluent-nhibernate
Fluent NHibernate!
|
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
|
chucknorris/roundhouse
RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
|
|
|
spring-projects/spring-net
Spring Framework for .NET
|
|
|
MassTransit/Automatonymous
A state machine library for .Net - 100% code - No doodleware
|
|
|
ShokoAnime/ShokoServer
Repository for Shoko Server.
|
|
|
brockallen/BrockAllen.MembershipReboot
MembershipReboot is a user identity management and authentication library.
|
|
|
Alachisoft/NCache
NCache: Highly Scalable Distributed Cache for .NET
|
|
|
vkhorikov/DddInAction
Source code for the DDD in Practice Pluralsight course
|
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
|
vkhorikov/CqrsInPractice
Source code for the CQRS in Practice Pluralsight course
|
|
|
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
|
|
|
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 5.7.0 | 352,239 | 6/30/2026 | |
| 5.6.1 | 159,401 | 5/22/2026 | |
| 5.6.0 | 1,549,937 | 10/7/2025 | |
| 5.5.4 | 5,555 | 5/19/2026 | |
| 5.5.3 | 593,743 | 8/23/2025 | |
| 5.5.2 | 14,234,501 | 7/6/2024 | |
| 5.5.1 | 464,871 | 3/28/2024 | |
| 5.5.0 | 1,683,744 | 12/24/2023 | |
| 5.4.10 | 21,263 | 8/22/2025 | |
| 5.4.9 | 4,943,848 | 7/6/2024 | |
| 5.4.8 | 3,670 | 3/26/2024 | |
| 5.4.7 | 199,645 | 11/30/2023 | |
| 5.4.6 | 878,067 | 8/27/2023 | |
| 5.4.5 | 46,046 | 8/13/2023 | |
| 5.4.4 | 154,047 | 7/30/2023 | |
| 5.4.3 | 178,458 | 7/4/2023 | |
| 5.3.20 | 97,860 | 11/29/2023 | |
| 5.3.19 | 6,389 | 8/13/2023 | |
| 5.3.18 | 7,989 | 7/2/2023 | |
| 5.0.0 | 157,967 | 10/10/2017 |
NHibernate 5.0.0 is now released with 141 issues resolved.
For a list of resolved issues and breaking changes, see the release notes:
https://github.com/nhibernate/nhibernate-core/blob/5.0.0/releasenotes.txt
##### Highlights #####
* IO bound methods have gained an async counterpart. Not intended for parallelism, make sure to await each call before further interacting with a session and its queries.
* Strongly typed DML operation (insert/update/delete) are now available as Linq extensions on queryables.
* Entities collections can be queried with .AsQueryable() Linq extension without being fully loaded.
* Reference documentation has been curated and completed, notably with a Linq section.
http://nhibernate.info/doc/nhibernate-reference/index.html
NHibernate now targets .Net 4.6.1.