I'm running into a bug where an instance of a user type is being improperly serialized when used as a parameter to a method through linq. The practical up-shot is that NHibernate.Spatial is pretty broken for common use-cases in linq. My initial pass at fixing this is by simply checking for the condition in ExpressionParameterVisitor <https://github.com/jeffreyabecker/nhibernate-core/blob/3472ba636d128e3f976b2399b775b0a2aa0961fb/src/NHibernate/Linq/Visitors/ExpressionParameterVisitor.cs>. Is there a better way to fix this?
-- --- You received this message because you are subscribed to the Google Groups "nhibernate-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
