[Mono-bugs] [Bug 61651][Min] Changed - CodeDom CodeGenerator does not honor all LinePragmas
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 21:52:20 -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.25387 2004-07-15 21:52:20.000000000 -0400
@@ -17,6 +17,11 @@
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.
+
+------- Additional Comments From peter@newton.cx 2004-07-15 21:52 -------
+Created an attachment (id=8593)
+Proposed solution
+