Did somebody tried to recompile NHibernate for .NET 4.0 Beta 2?

.net-4.0, nhibernate

Solution

Aside from having to update target framework versions for all projects to .Net 4, there is one compilation error remaining. NHib uses the `ISet<T>` defintion from Iesi.Collections whereas there is now an `ISet<T>` in System.Collections.Generic. There are 102 of these ambiguous reference errors.

Problem

Did somebody tried to recompile NHibernate for .NET 4.0 Beta 2?

Original source