This page <https://blogs.msdn.microsoft.com/dotnet/2017/05/10/announcing-net-core-2-0-preview-1/> mentions that .NET Core 2.0 apps can reference existing .NET Framework libraries as long as the APIs they use exist in .NET Standard 2.0. Also, there is a compatibility shim provided in .NET Standard 2.0 to help cover more libraries.
Essentially, I'm wondering if everything in NHibernate should work on an existing build when referenced by a .NET Core 2.0 app without addressing issues like NH-3807 <https://nhibernate.jira.com/browse/NH-3807>? If not, what doesn't work? Since with some preliminary testing against .NET Core 2.0.0-preview1-005977 it seems like NHibernate still works in my .NET Core 2.0 app. Thanks! -Thomas -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
