[Mono-dev] [PATCH] Small fix for CSharpCodegenerator

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jun 19 16:04:17 EDT 2008


On Thu, Jun 19, 2008 at 2:41 PM, Gert Driesen <gert.driesen at telenet.be> wrote:
> Antik,
>
> I know the generated code does not look good, but it actually matches the
> output of MS. In general, the formatting of generated code it not much of
> interest since one does not tend to change it anyway.
>
> Having our generated code exactly match that MS makes our it easier to
> create tests, so I'd prefer to keep it this way.

I suspect the problem here is that MonoDevelop uses CodeDOM to
generate code for inserting into user code, so it does matter to us
how the output looks....

However, we could maintain a C# CodeDOM generator fork in our tree, as
we do for VB.NET.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-devel-list mailing list