[Mono-list] static code analysis for mono's coding guidelines

Filipe Correia fcorreia at gmail.com
Fri Jun 13 06:24:03 EDT 2008


Hmm, right! I forgot FxCop works at IL level.

However, I've just found about (the recently released) StyleCop:
http://blogs.msdn.com/sourceanalysis/
http://code.msdn.microsoft.com/sourceanalysis

looks promising, but I'm not sure if the style it enforces is
customizable (haven't tried it yet), in order to use mono's
guidelines.
Has anyone used this tool or knows of other alternatives?

Cheers,
Filipe

On Fri, Jun 13, 2008 at 11:00 AM, Robert Jordan <robertj at gmx.net> wrote:
> Neither FxCop nor Smokey nor Gandarme are working at source code
> level, so http://www.mono-project.com/Coding_Guidelines cannot be
> checked by these tools.
>
> Robert
>
> José A. Salvador Vanaclocha wrote:
>> You can look at smokey project. It's like FxCop.
>>
>> 2008/6/13 Filipe Correia <fcorreia at gmail.com>:
>>> Hi all,
>>>
>>> I'm looking at mono's coding guidelines on this wiki page:
>>> http://www.mono-project.com/Coding_Guidelines
>>> Does any one know if there's an automatic way of validating a set of
>>> c# source files, given this set of rules? I mean, something along what
>>> FxCop does, but following these guidelines.
>>>
>>> Thank you,
>>> Filipe
>>> _______________________________________________
>>> Mono-list maillist  -  Mono-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-list
>>>
>>
>>
>>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>


More information about the Mono-list mailing list