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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-12-17 04:08:05 +0300
committerMiguel de Icaza <miguel@gnome.org>2008-12-17 04:08:05 +0300
commitec2359eef322d21b168a6cf72954c800696945e2 (patch)
treead7d70bfe5526f9f42d76cfddc951a71ebe8b92b /webcompare
parenta796f2fd06a3cc370bc35e2de1b98ec12a95d12c (diff)
Add notes
svn path=/trunk/mono-tools/; revision=121658
Diffstat (limited to 'webcompare')
-rw-r--r--webcompare/README24
1 files changed, 24 insertions, 0 deletions
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 [+].