I tried to download the package with nuget in .net core 1.0 console application but it failed to build. Is there any version work with .net core and it is cross platform or not?
I revisited this answer and I found nhibernate seems now available for dotnet core: https://www.nuget.org/packages/NHibernate/
They released the first version around dec 2017.
Nhibernate seems to only have 1 dependency: Iesi Collections.
Both have no reference to any Netstandard libraries or dlls. which you will basically need to make any library or application.
For example lookt at this packages .NETStandard 1.6.
This is a good indication to know if the package was build for dotnet core or not.
Iesi.collections
nuget package its last update (2013-02) pre-dates dotnet core. So save to say it wasn't tested nor build with dotnet core.
Search for orm and check the last updated date. This gives you a good indication of what you can use. (last updated in the last 3-6 months).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With