Title: RE: [Mono-list] mcs now checks access levels

this totally breaks linux corlib builds for me. i get a whole ton of errors like this:

error CS0122: `System.Object[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level
error CS0122: `System.Attribute[]' is inaccessible because of its protection level

Piers.

-----Original Message-----
From: Jackson Harper [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 01, 2003 10:44 AM
To: [EMAIL PROTECTED]
Subject: [Mono-list] mcs now checks access levels



Hello,

Just a little heads up. mcs now checks the the access levels of referenced
types so you can no longer reference private or internal types from an
external assembly. Internal is the default access level for a type so if you
have a type with no access level specified and you are referencing it from
an external assembly you will now get this error: "<typename> is
inaccessible because of its protection level"


_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to