[Mono-bugs] [Bug 61651][Min] New - CodeDom CodeGenerator does not honor all LinePragmas
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 21:51:56 -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 peter@newton.cx.
http://bugzilla.ximian.com/show_bug.cgi?id=61651
--- shadow/61651 2004-07-15 21:51:55.000000000 -0400
+++ shadow/61651.tmp.25368 2004-07-15 21:51:55.000000000 -0400
@@ -0,0 +1,22 @@
+Bug#: 61651
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: System
+AssignedTo: atsushi@ximian.com
+ReportedBy: peter@newton.cx
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CodeDom CodeGenerator does not honor all LinePragmas
+
+The default CodeGenerator implementation will output line pragma
+information for CodeStatements, but not for CodeTypeMembers,
+CodeNamespaceImports, or CodeSnippetCompileUnits, all of which have
+LinePragma members. Soon-to-be attached patch tries to rectify the situation.