[Mono-bugs] [Bug 81955][Wis] New - Suppress display of compiler-generated classes
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 27 08:42:49 EDT 2007
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 juraj at hotfeet.ch.
http://bugzilla.ximian.com/show_bug.cgi?id=81955
--- shadow/81955 2007-06-27 08:42:49.000000000 -0400
+++ shadow/81955.tmp.11680 2007-06-27 08:42:49.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 81955
+Product: Mono: Tools
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: monop
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: juraj at hotfeet.ch
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Suppress display of compiler-generated classes
+
+monop -r:System.Web
+
+...
+...
+System.Web.Hosting.SimpleWorkerRequest
+System.Web.HttpApplication
+System.Web.HttpApplication+<>c__CompilerGenerated0+<>c__CompilerGenerated10
+System.Web.HttpApplication+<>c__CompilerGenerated0+<>c__CompilerGenerated11
+System.Web.HttpApplication+<>c__CompilerGenerated0+<>c__CompilerGenerated5
+System.Web.HttpApplication+<>c__CompilerGenerated0+<>c__CompilerGenerated6
+System.Web.HttpApplication+<>c__CompilerGenerated0+<>c__CompilerGenerated7
+...
+...
+
+Nobody using monop is interested in those classes. If I'm not mistaken,
+compiler-generated are marked as such in the metadata. So they could be
+filtered away quite easily.
More information about the mono-bugs
mailing list