Hi,
Did you anyone used NHibernate with .NET 4.0 framework?
Thanks SDS
Hi,
Did you anyone used NHibernate with .NET 4.0 framework?
Thanks SDS
Yes, we've used it, it works. Nothing really prevents you from using Nhibernate build that targets earlier frameworks on a newer framework.
I works without problems.
What is not implemented yet is support for System.Collections.Generic.ISet<T>
. I'm working on a patch.