You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.