views:

205

answers:

2

Hi,

Did you anyone used NHibernate with .NET 4.0 framework?

Thanks SDS

+1  A: 

Yes, we've used it, it works. Nothing really prevents you from using Nhibernate build that targets earlier frameworks on a newer framework.

VexXtreme
+1  A: 

I works without problems.

What is not implemented yet is support for System.Collections.Generic.ISet<T>. I'm working on a patch.

Diego Mijelshon