[Mono-bugs] [Bug 57458][Nor] New - bogus CLS compliance errors (CS3005)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 22 Apr 2004 17:25:24 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=57458

--- shadow/57458	2004-04-22 17:25:24.000000000 -0400
+++ shadow/57458.tmp.15970	2004-04-22 17:25:24.000000000 -0400
@@ -0,0 +1,52 @@
+Bug#: 57458
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sebastien@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: bogus CLS compliance errors (CS3005)
+
+Description of Problem:
+Trying to compile Mono.Security.dll assembly with CSC returns the following
+three errors.
+
+
+Steps to reproduce the problem:
+1. cd mcs/class/Mono.Security
+2. edit Assembly/AssemblyInfo.cs to activate CLS compliance
+3. make
+
+
+Actual Results (with MCS):
+./Mono.Security.Authenticode/AuthenticodeBase.cs(26) error CS3005:
+Identifier 'Mono.Security.Authenticode.Authority' differing only in case is
+not CLS-compliant
+./Mono.Security.X509.Extensions/KeyUsageExtension.cs(53) error CS3005:
+Identifier 'Mono.Security.X509.Extensions.KeyUsages' differing only in case
+is not CLS-compliant
+./Mono.Security.Authenticode/AuthenticodeBase.cs(26) error CS3005:
+Identifier 'Mono.Security.Authenticode.AuthenticodeBase' differing only in
+case is not CLS-compliant
+Compilation failed: 3 error(s), 4 warnings
+
+
+Expected Results:
+No error (as with CSC)
+
+
+How often does this happen? 
+Always
+
+
+Additional Information:
+CLS compliance has been turned off to fix the build.