[Mono-dev] Method marked in MoMA as MonoTodo is already implemented

Robert Jordan robertj at gmx.net
Tue Apr 6 17:53:58 EDT 2010


On 06.04.2010 23:43, Alexander M. Batishchev wrote:
> Hi.
>
> After scanning my assemblies the latest MoMA said:
>
>
>
> Method with [MonoTodo]
>
> ConnectionStringSettingsCollection
> ConfigurationManager.get_ConnectionStrings ()

Class name: ConfigurationManager

>
>
>
> But at
> http://anonsvn.mono-project.com/source/trunk/mcs/class/System.Configuration/
> System.Configuration/ConnectionStringSettings.cs class
> ConnectionStringSettings has appropriate property:

Class name: ConnectionStringSettings.

See the difference? You're looking at the wrong file. The member
from MoMA's output still has a [MonoTodo] attribute:

http://anonsvn.mono-project.com/source/trunk/mcs/class/System.Configuration/System.Configuration/ConfigurationManager.cs

Robert



More information about the Mono-devel-list mailing list