2007-02-18 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / README
index edb4d0f65ccd6645102161a1330d6b579ff52d3e..efebe9ad5a9acc314ec75efbb1ffda5a9fb1ba7f 100644 (file)
@@ -25,10 +25,20 @@ 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_1_2 are used to include
-       features.   When NET_1_2 is defined, it also implies that the
+       The defines NET_1_1 and NET_2_0 are used to include
+       features.   When NET_2_0 is defined, it also implies that the
        NET_1_1 is defined.
 
        To have code which is only available in an old version, use ONLY_1_0,