-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NHibernateLogger.GetNhibernateLoggerClass() throws NotImplementedException #1572
Comments
NHibernate.Core is neither owned nor supported by the NHibernate team. Please contact the NuGet owner of the package instead. |
I have furthermore sent this message to the owner:
|
Thanks for the answer. I was really sure it's official. What are the plans to move to .net core? I'm really expecting this for all my projects to upgrade to. Don't want to move to EF core |
There is #633 and #1523. #1523 is a PR from @hazzik willing to provide .Net Core support with minimal changes. WIP. There is also an issue, #954, but there is no significant activity there. |
We've been using #633 in production for a few weeks now with no issues. |
I have .NET Core 2.0 console app project (also there is asp.net core mvc and unit tests projects with same issues).
When installing NHibernate.Core from Nuget, I got this exception when trying to construct new Nhibernate.Cfg.Configuration().
Decompiling sources showing that NHibernateLogger static constructor contains call to:
When reviewing the sources on Github, this method contains normal code instead.
P.S. Reproduced on different machines, so there is no decompiling or platform specific code issue.
The text was updated successfully, but these errors were encountered: