[Mono-bugs] [Bug 70093][Wis] New - Monodoc doesn't show declarative security attributes on the assembly, class and methods
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 1 Dec 2004 10:37:10 -0500 (EST)
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=70093
--- shadow/70093 2004-12-01 10:37:10.000000000 -0500
+++ shadow/70093.tmp.10499 2004-12-01 10:37:10.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 70093
+Product: Mono: Doctools
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Console
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastien@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Monodoc doesn't show declarative security attributes on the assembly, class and methods
+
+Description of Problem:
+Monodoc should extract the declarative security attributes on the assembly,
+class and methods and include them into the documentation.
+
+There isn't much security attributes right now in the Mono class libraries
+but this will change in the next year. People may also wonder (when CAS is
+turned ON) why some things are now throwing security exceptions - so
+Monodoc is better be "prepared" to answer.
+
+The good news is that the additional informations doesn't (really) need to
+be human-edited. Displaying the security attribute will give enought clues.
+
+Additional Information:
+
+* Right now there is no public API to get the informations. An internal API
+(using reflection on Mono's mscorlib) will soon be available for the
+NET_1_1 profile.
+
+* .NET 2.0 October Preview started reporting declarative security
+attributes as "pseudo" attributes in GetCustomAttributes. Eventually we'll
+do the same. This should provide the information for profile NET_2_0.