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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-11-15 13:40:50 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-11-15 13:40:50 +0300
commitd7b8f52eaa85ff78c1424663befa1c885b90999e (patch)
tree031c4c9c10a91ee9bb4740ba36349a7774bad0ee /mcs/class/README
parent8a78ce99dbf45e2ae376ad1cd1ace723549ca4a4 (diff)
UPdate
svn path=/trunk/mcs/; revision=67898
Diffstat (limited to 'mcs/class/README')
-rw-r--r--mcs/class/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/mcs/class/README b/mcs/class/README
index fbb7a68a101..efebe9ad5a9 100644
--- a/mcs/class/README
+++ b/mcs/class/README
@@ -25,6 +25,16 @@ testing.
throw new NotImplementedException ();
}
+ Ideally, write a human description of the reason why there is
+ a MonoTODO, this will be useful in the future for our
+ automated tools that can assist in developers porting their
+ code.
+
+ Do not use MonoTODO attributes for reminding yourself of
+ internal changes that must be done. Use FIXMEs or other kinds
+ of comments in the source code for that purpose, and if the
+ problem requires to be followed up on, file a bug.
+
* Supporting .NET 1.2, .NET 1.1 and .NET 1.0 builds
The defines NET_1_1 and NET_2_0 are used to include