@Jason: I am neither a developer nor an administrator on the NHibernate Contrib project, true enough. I want to use NHibernate Validator as a third-party tool through NuGet, but it is looking like this will actually involve a great deal of effort. Either I will have to become intimately familiar with the code and the process of updating it for the community, or I will have to individually manage the problems that arise when no one tests a Contrib project (at least Validator) against the current release of NHibernate.
Here is my workaround (in NHibernate.Validator.Util.NHibernateHelper): (add) using System; ... (modify line 76, now 77) catch (Exception) //ProxyFactoryFactoryNotConfiguredException It seems to me that an active developer on the project could make this "patch" pretty quickly, if it is an acceptable alternative. The real problem is that the single version of NHibernate Validator available on NuGet is incompatible with the single version of NHibernate available on NuGet. You might think that this is okay; I don't. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/IDG3P_M1-OUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
