Name is not compliant? Layout? What?
Do you have ideas what exactly could generate this message? Any ideas are welcome. I have bunch of such warning.
Actually, I am open to remove CLSCompliant(true), but I want to know root cause.
Name is not compliant? Layout? What?
Do you have ideas what exactly could generate this message? Any ideas are welcome. I have bunch of such warning.
Actually, I am open to remove CLSCompliant(true), but I want to know root cause.
You might have a member that uses the same name with different casing - e.g. iProperty. Or perhaps you have two arguments that differ only in casing.
Is it not just as simple as the Fluent.NHibernate
assembly not being CLSCompliant
? The IProperty
type isn't compliant, therefore a method taking it as a parameter isn't compliant.