X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FCodingStyle;h=aa78389f7b7d05d136764df67ef9e87fbc554fc5;hb=1ed35b4740d54085c192bdb45d3ad94ce0dfd096;hp=43d74117a55e2ee774230289e53da143618ff600;hpb=6bcf30f839c792a1c8d803f1e713189f7b1a4d01;p=mono.git diff --git a/mcs/CodingStyle b/mcs/CodingStyle index 43d74117a55..aa78389f7b7 100644 --- a/mcs/CodingStyle +++ b/mcs/CodingStyle @@ -25,12 +25,16 @@ please use the attribute [MonoTODO]. This attribute can be used to programatically generate our status web pages: - [MonoTODO] + [MonoTODO("My Function is not available on Mono")] int MyFunction () { 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. + * 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 @@ -404,6 +408,11 @@ From that point on a list of changes in a file-by-file basis, describing what changes were done. + + This information must be cut and pasted into your commit + message, so the information ends up in two places: in the + subversion repository metadata and also on the source code + distirbution (which does not have the Subversion metadata). * Warnings