NHibernate Query Analyzer and Nullables
I just spent several hours investigate possible ways to get NQA to play nicely with Nullables. I can't do it. The issue is explained here, but the gist of it is that the framework doesn't work as advertise, and I don't have a place to put code that would fix the problem.
I'm loading an assembly using Assemly.LoadFile() and I need to get a type from this assembly when NHibernate calls Type.GetType(). The TypeResolve event does not fire, so I'm out left to dry.
I'm sorry for any user of NQA that uses Nullables, and I'm frustrated that I can't get it to work, but I'm not going to sink any more of my time into it.
That is all. Oh, and a happy new year :-)
Comments
Comment preview