[Mono-bugs] [Bug 690118] New: Class marked as INTERNAL can be accessed from other assemblies
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Apr 26 22:26:50 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=690118
https://bugzilla.novell.com/show_bug.cgi?id=690118#c0
Summary: Class marked as INTERNAL can be accessed from other
assemblies
Classification: Mono
Product: MonoTouch
Version: SVN
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Class Libraries
AssignedTo: gnorton at novell.com
ReportedBy: neal at nc-software.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64;
Trident/5.0)
Hello,
I have my MonoTouch app and two class libraries, one of which is
MonoTouch.Dialog. In MonoTouch.Dialog I have a class named "Logger" which is
used to record exceptions to a file which can be attached to e-mails for bug
reports. The class "Logger" is scoped as INTERNAL. My MonoTouch app has a
using statement: using MonoTouch.Dialog. And for whatever reason I can access
this class "Logger" from within the main app, i.e. a separate assembly. I
thought INTERNAL was not supposed to be accessible outside the assembly?
Thanks.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list