<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>CustomFxCop</title><link>http://code.msdn.microsoft.com/CustomFxCop/Project/ProjectRss.aspx</link><description>This post contains custom rule implementation in FxCop. The purpose of this Custom rule to check for code correctness in terms of following the naming convention standard for the variables defined ...</description><item><title>NEW POST: Feedback about the Implementation</title><link>http://code.msdn.microsoft.com/CustomFxCop/Thread/View.aspx?ThreadId=639</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt; Hi Amit,&lt;br /&gt; &lt;br /&gt; Thaks a lot for this contribution. &lt;br /&gt; &lt;br /&gt; Do u know how it can be implemented in Visual Studio Team System 2008 with &amp;quot;Analysis Code&amp;quot;?&lt;br /&gt; &lt;br /&gt; I copied the files to &amp;quot;C:\Archivos de programa\Microsoft Visual Studio 9.0\Team Tools\Static Analysis Tools\FxCop\Rules&amp;quot;, but I im getting error when I open VSTS :(&lt;br /&gt;
&lt;/div&gt;</description><author>Jose_Adan</author><pubDate>Fri, 17 Oct 2008 19:04:44 GMT</pubDate><guid isPermaLink="false">NEW POST: Feedback about the Implementation 20081017P</guid></item><item><title>NEW POST: Feedback about the Implementation</title><link>http://code.msdn.microsoft.com/CustomFxCop/Thread/View.aspx?ThreadId=639</link><description>&lt;div class="wikidoc"&gt;
It has been more than a month since i have uploaded the implementation and close to 300 downloads have taken place which is an indicator that people are using the Custom code. &lt;br /&gt; &lt;br /&gt;I just wanted to get some feedback, your experience about using it. It could just be a small comment.&lt;br /&gt;Please do the same which will give me an idea of the usability of the Implementation.&lt;br /&gt; &lt;br /&gt;Anticipating a reply.&lt;br /&gt; &lt;br /&gt;Amit Agarwal&lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Tue, 26 Aug 2008 11:27:27 GMT</pubDate><guid isPermaLink="false">NEW POST: Feedback about the Implementation 20080826A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/CustomFxCop/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Custom FxCop Implementation&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Most of the people are aware of &lt;b&gt;FxCop Code Analysis Tool 1.35&lt;/b&gt; of Microsoft. It provides us with automation of code review process and ensures that our code adhers to Standard Specifications thereby ensuring code delivered is of utmost quality.&lt;br /&gt; &lt;br /&gt;The default FxCop Rules provides us with a vast library of Rules prescribed by Microsoft. Here there is no provision of checking variable naming convention and control variable convention in a customized manner which varies from project to project. By Customized manner I mean, there is an accompanying config file where you configure the conventions according to your requirements giving complet Flexibility.&lt;br /&gt; &lt;br /&gt;Here I have made an attempt to add new rule sets to check variable naming conventions in a project. This will really help projects to automate their code review process.&lt;br /&gt; &lt;br /&gt;Please check out in the downloads section, Release of the Custom Rules Dll. &lt;br /&gt; &lt;br /&gt;Regards,&lt;br /&gt; &lt;br /&gt;Amit M Agarwal&lt;br /&gt;Mastek Ltd&lt;br /&gt;Mumbai,India&lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Sun, 27 Jul 2008 08:24:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080727A</guid></item><item><title>NEW POST: Custom FxCop Released</title><link>http://code.msdn.microsoft.com/CustomFxCop/Thread/View.aspx?ThreadId=542</link><description>&lt;div class="wikidoc"&gt;
First of all sorry for replying late&lt;br /&gt; &lt;br /&gt;This idea evolved when I discovered that the default FxCop was unable to provide the naming convention check to the user in a customized manner.&lt;br /&gt; &lt;br /&gt;1) Regarding new custom rules to develop , as of now a bit busy in current projects, but however would be intereseted in as and when there is free time.&lt;br /&gt; &lt;br /&gt;2) Yep, I would be more than happy if the Custom FxCop Users come up with their suggestion's/contributions and enhancements in it&lt;br /&gt; &lt;br /&gt;Thanks for your interest in my work. Also is it possible for you to share links to more custom fxcop rule implementation you were talking about on the owasp wiki.&lt;br /&gt; &lt;br /&gt;Finally have you used the implementation. Can you comment on it. Do you hv a chat id to talk to.&lt;br /&gt; &lt;br /&gt;Thanks &lt;br /&gt;Amit Agarwal&lt;br /&gt;Mastek Ltd,Mumbai,India&lt;br /&gt; &lt;br /&gt;3)Following is the main feature of my implementation&lt;br /&gt;   It is Completely Configurable according to user needs. Each Project has their own naming conventions so they can set in the config file and use it accordingly&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;   &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Sun, 27 Jul 2008 08:16:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Custom FxCop Released 20080727A</guid></item><item><title>NEW POST: Custom FxCop Released</title><link>http://code.msdn.microsoft.com/InfoXchange/Thread/View.aspx?ThreadId=542</link><description>&lt;div class="wikidoc"&gt;
&lt;div class="quote"&gt;
 &lt;br /&gt;amitmnagarwal503 wrote:&lt;br /&gt;HI All I have released the custom rule implementation to .NET community worldwide for the benefit of all.&lt;br /&gt; &lt;br /&gt;Feel free to take advantage of it. Also share your experiences while using it and report any bugs if any.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Hi Amit, thanks for sharing the benefit of your hard work with all of us.&lt;br /&gt; &lt;br /&gt;I'd like to understand where this project may go in the future - what are your intentions for future development (if any) for this project?  I've been amassing links to the various FxCop-custom-rules projects on the OWASP wiki, and it would help if we could provide more details around:&lt;br /&gt;&lt;ol&gt;
&lt;li&gt;Other custom rules you are planning to implement&lt;/li&gt;&lt;li&gt;Whether you're planning to invite and include contributions from other FxCop custom rules developers&lt;/li&gt;&lt;li&gt;How your project is unique compared with the other projects making available their FxCop custom rules.&lt;/li&gt;
&lt;/ol&gt; &lt;br /&gt;This isn't meant to criticize your project - in fact, I'm strongly encouraging it.  At the same time, there are enough separate open-source projects for custom rules that it's non-trivial for anyone considering investing time and effort in either (a) reading and enhancing the code or (b) contributing their own custom rules.  I'm posting the same request at the other projects as well, to understand their intentions as well.&lt;br /&gt; &lt;br /&gt;Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>ParanoidMike</author><pubDate>Sun, 20 Jul 2008 21:46:54 GMT</pubDate><guid isPermaLink="false">NEW POST: Custom FxCop Released 20080720P</guid></item><item><title>NEW POST: Custom FxCop Released</title><link>http://code.msdn.microsoft.com/InfoXchange/Thread/View.aspx?ThreadId=542</link><description>&lt;div class="wikidoc"&gt;
HI All I have released the custom rule implementation to .NET community worldwide for the benefit of all.&lt;br /&gt; &lt;br /&gt;Feel free to take advantage of it. Also share your experiences while uising it and report any bugs if any.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Sun, 20 Jul 2008 20:31:10 GMT</pubDate><guid isPermaLink="false">NEW POST: Custom FxCop Released 20080720P</guid></item><item><title>UPDATED RELEASE: Custom FxCop Rules (Jul 20, 2008)</title><link>http://code.msdn.microsoft.com/InfoXchange/Release/ProjectReleases.aspx?ReleaseId=1299</link><description></description><author></author><pubDate>Sun, 20 Jul 2008 13:40:27 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Custom FxCop Rules (Jul 20, 2008) 20080720P</guid></item><item><title>CREATED RELEASE: Custom FxCop Rules (Jul 20, 2008)</title><link>http://code.msdn.microsoft.com/InfoXchange/Release/ProjectReleases.aspx?ReleaseId=1299</link><description></description><author></author><pubDate>Sun, 20 Jul 2008 13:38:03 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Custom FxCop Rules (Jul 20, 2008) 20080720P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/InfoXchange/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Custom FxCop Implementation&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Most of the people are aware of &lt;b&gt;FxCop Code Analysis Tool 1.35&lt;/b&gt; of Microsoft. It provides us with automation of code review process and ensures that our code adhers to Standard Specifications thereby ensuring code delivered is of utmost quality.&lt;br /&gt; &lt;br /&gt;The default FxCop Rules provides us with a vast library of Rules prescribed by Microsoft. Here there is no provision of checking variable naming convention and control variable convention in a customized manner which varies from project to project.&lt;br /&gt; &lt;br /&gt;Here I have made an attempt to add new rule sets to check variable naming conventions in a project. This will really help projects to automate their code review process.&lt;br /&gt; &lt;br /&gt;I have attached the User Manual document to help you configure the Custom Rules.&lt;br /&gt; &lt;br /&gt;Also check out in the downloads section, Release of the Custom Rules Dll. &lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Sun, 20 Jul 2008 13:31:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080720P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/InfoXchange/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Custom FxCop Implementation&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Most of the people are aware of &lt;b&gt;FxCop Code Analysis Tool 1.35&lt;/b&gt; of Microsoft. It provides us with automation of code review process and ensures that our code adhers to Standard Specifications thereby ensuring code delivered is of utmost quality.&lt;br /&gt; &lt;br /&gt;The default FxCop Rules provides us with a vast library of Rules prescribed by Microsoft. Here there is no provision of checking variable naming convention and control variable convention in a customized manner which varies from project to project.&lt;br /&gt; &lt;br /&gt;Here I have made an attempt to add new rule sets to check variable naming conventions in a project. This will really help projects to automate their code review process.&lt;br /&gt; &lt;br /&gt;I have attached the User Manual document to help you configure the Custom Rules.&lt;br /&gt; &lt;br /&gt;Also check out in the downloads section, Release of the Custom Rules Dll. &lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Sun, 20 Jul 2008 13:29:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080720P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/InfoXchange/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
Custom FxCop Implementation&lt;br /&gt; &lt;br /&gt;Most of the people are aware of FxCop Code Analysis Tool 1.35 of Microsoft. It provides us with automation of code review process and ensures that our code adhers to Standard Specifications thereby ensuring code delivered is of utmost quality.&lt;br /&gt; &lt;br /&gt;The default FxCop Rules provides us with a vast library of Rules prescribed by Microsoft. Here there is no provision of checking variable naming convention and control variable convention in a customized manner which varies from project to project.&lt;br /&gt; &lt;br /&gt;Here I have made an attempt to add new rule sets to check variable naming conventions in a project. This will really help projects to automate their code review process.&lt;br /&gt;
&lt;/div&gt;</description><author>amitmnagarwal503</author><pubDate>Sun, 20 Jul 2008 13:03:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080720P</guid></item></channel></rss>