(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / tools / corcompare / TODO
blob355c8351eab0c398a6a57119d48ab22560d84ead
1 TODO\r
2 for CorCompare - 2002/02/25\r
3 \r
4         * The "methods" for a property's set and get are listed in the methods\r
5         element.  It would be cool to take them out of there and show that\r
6         info in the property element, like "SomeProp{ get; set; } if it's missing\r
7         both.\r
8 \r
9         * The constructors are just listed as ".ctor" which is not very verbose.\r
10         What we really need here is the parameter list too, but I couldn't find\r
11         a way to get the parameters for constructors, only methods.\r
13         * Missing attributes on classes and members are not included at all.\r
14         \r
15         * Compare other assemblies besides corlib (then change name of\r
16         the utility of course :)