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.

link|improve this question

75% accept rate
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
Yeh! This is the case! Thank you very much! – Mike Chaliy Apr 8 '09 at 11:42
feedback

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.

link|improve this answer
Thanks, but this is not a case in my situation. – Mike Chaliy Apr 8 '09 at 11:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.