Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO « corcompare « tools « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 355c8351eab0c398a6a57119d48ab22560d84ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TODO
for CorCompare - 2002/02/25

	* The "methods" for a property's set and get are listed in the methods
	element.  It would be cool to take them out of there and show that
	info in the property element, like "SomeProp{ get; set; } if it's missing
	both.

	* The constructors are just listed as ".ctor" which is not very verbose.
	What we really need here is the parameter list too, but I couldn't find
	a way to get the parameters for constructors, only methods.

	* Missing attributes on classes and members are not included at all.
	
	* Compare other assemblies besides corlib (then change name of
	the utility of course :)