Does nhibernate work with the .net kernel?

I tried to download the package with nuget in the console application .net core 1.0, but it could not build. Is there any version for working with the .net kernel, and is it a cross platform or not?

+6
source share
4 answers

Now available

I revised this answer and I found that nhibernate is now available for the dotnet kernel: https://www.nuget.org/packages/NHibernate/

They released the first version around dec 2017.

Original answer

Nhibernate seems to have only 1 dependency: Iesi Collections .

- Nettel dll. .

, .NETStandard 1.6.

, dotnet .

Iesi.collections nuget (2013-02). , , dotnet.

ORM

orm . , . ( 3-6 ).

+7
+9

.NET Core 1.0 NHibernate , pull request, .NET Core 2.0 , .

0

NHibernate JIRA GitHub .

:

0

Source: https://habr.com/ru/post/1015330/


All Articles