Skip to content

NHibernateLogger.GetNhibernateLoggerClass() throws NotImplementedException #1572

Closed
@vgelmut

Description

@vgelmut

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:

 private static string GetNhibernateLoggerClass()
 {
    throw new NotImplementedException();
 }

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions