From ec2359eef322d21b168a6cf72954c800696945e2 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 17 Dec 2008 01:08:05 +0000 Subject: Add notes svn path=/trunk/mono-tools/; revision=121658 --- webcompare/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'webcompare') diff --git a/webcompare/README b/webcompare/README index 4b1a9d8f..4de0f57d 100644 --- a/webcompare/README +++ b/webcompare/README @@ -14,3 +14,27 @@ To check different assemblies use: * http://localhost:8080/index.aspx?assembly=ANAME +TODO: + + Some extra attributes [+] do not seem to propagate up to its + container so the info is not shown, it should be shown as a + warning for example: + + Microsoft.Build.BuildEngine.dll + Microsoft.Build.BuildEngine + class Target + GetEnumerator + [+] EXTRA ATTRIBUTE + + The GetEnumerator has no flag indicating that it has stuff + that should not be there. + +TOPIC: + + Should extra attributes be reported *at all*? + +Hidding attributes: + + DebuggerDisplayAttribute can probably be safely ignored, and + so is DebuggerHiddenAttribute, and in fact, anything with + Debugger probably can be ignored if it is a [+]. -- cgit v1.2.3