[MonoDevelop] "Implement interface" issues

Sanford Armstrong sanfordarmstrong at gmail.com
Fri May 25 01:55:16 EDT 2007


Hey all,

Not sure if the "Implement interface" feature is ready to receive bug
reports...let me know and I'll just open this in Bugzilla.

I'm loving this feature but I've noticed the following issues when
using "Implement interface":

1. Generics don't seem to be handled for parameters or return types.
If I specify IList<string> for a return type, for example, the
generated code will show IList<>.

2. Generated code uses verbose/awkward type names.  For example: int
-> Int32, bool -> Boolean, void -> Void

3. Generated code doesn't follow Mono coding standards (no space
between method name and open parentheses).

Thanks for all the great new stuff in SVN to play with!

Cheers,
Sandy


More information about the Monodevelop-list mailing list