home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Mediaportal C# programming guidelines
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Mars Warrior" data-source="post: 6049" data-attributes="member: 10351"><p>Nice Frodo <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>Is this only meant for new code, or is it your intention to let the full MP codebase adhere to these standards :twisted: :twisted: </p><p></p><p>Ever thought of using FxCop to analyse the code to see if it is compliant with the C# coding and naming conventions?? It could save a lot of work analysing the code by hand...</p><p></p><p></p><p><a href="http://www.gotdotnet.com/team/fxcop/" target="_blank">FxCop Team Page</a></p><p></p><p>Its a very nice utility, it found about 11.000 issues while analyzing MP :shock: :shock:</p><p></p><p>=====</p><p>About FxCop</p><p>FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses reflection, MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas: </p><p></p><p>- Library design </p><p>- Localization </p><p>- Naming conventions </p><p>- Performance </p><p>- Security </p><p></p><p>FxCop includes both GUI and command line versions of the tool, as well as an SDK to create custom rules.</p><p>===</p></blockquote><p></p>
[QUOTE="Mars Warrior, post: 6049, member: 10351"] Nice Frodo ;) Is this only meant for new code, or is it your intention to let the full MP codebase adhere to these standards :twisted: :twisted: Ever thought of using FxCop to analyse the code to see if it is compliant with the C# coding and naming conventions?? It could save a lot of work analysing the code by hand... [url=http://www.gotdotnet.com/team/fxcop/]FxCop Team Page[/url] Its a very nice utility, it found about 11.000 issues while analyzing MP :shock: :shock: ===== About FxCop FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses reflection, MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects in the following areas: - Library design - Localization - Naming conventions - Performance - Security FxCop includes both GUI and command line versions of the tool, as well as an SDK to create custom rules. === [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Mediaportal C# programming guidelines
Contact us
RSS
Top
Bottom