DynProxyTypeValidator.HasVisibleDefaultConstructor should check default non-private constructor existence only for code without SkipVerification permission.
Description
None
Environment
None
Activity
Show:

Nikita Govorov February 19, 2012 at 1:36 AM

Nikita Govorov January 24, 2012 at 9:28 AM
This improvement, in my opinion, related to https://nhibernate.jira.com/browse/NH-2857 and allow to get proxies based on entities without default ctor in trusted environments. In environments without SkipVerification permission it requires parameterless nonprivate constructor.

Nikita Govorov January 24, 2012 at 9:21 AM
Who's Looking?
Applying of this patch does not make sense without that one(https://nhibernate.jira.com/browse/NH-3030), so it should be closed.