<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Custom Code Analysis Rules in VS2010 (and how to make them run in FxCop and VS2008 too)</title>
	<atom:link href="http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 06:37:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: FxCop custom rule for validating value from QueryString</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-17993</link>
		<dc:creator><![CDATA[FxCop custom rule for validating value from QueryString]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 14:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-17993</guid>
		<description><![CDATA[[...] http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them.." rel="nofollow">http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them..</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16570</link>
		<dc:creator><![CDATA[Vijay]]></dc:creator>
		<pubDate>Thu, 30 Jun 2011 04:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16570</guid>
		<description><![CDATA[All the 3 references properties &quot;Copy Local = False&quot; is set]]></description>
		<content:encoded><![CDATA[<p>All the 3 references properties &#8220;Copy Local = False&#8221; is set</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16569</link>
		<dc:creator><![CDATA[Pascal]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 20:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16569</guid>
		<description><![CDATA[ViJay, set those 3 references in the rule project to Copy Local = False]]></description>
		<content:encoded><![CDATA[<p>ViJay, set those 3 references in the rule project to Copy Local = False</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16568</link>
		<dc:creator><![CDATA[Vijay]]></dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16568</guid>
		<description><![CDATA[Hi Tatham,
  As mentioned above in the blog
1. Created the CodeAnalysis dll, Rules.xml with sample code given in this blog for VS2010
2. Referenced the dlls
fxcopsdk.dll
fxcopcommon.dll
Microsoft.cci.dll
Microsoft.Visualstudio.Codeanalysis.dll
3. Created the test library project, ruleset
4. Executed the test library project, its throwing error

Error	2	CA0053 : Unable to load rule assembly &#039;fxcopcommon.dll: The assembly contains no FxCop rules.		ClassLibrary1
Error	3	CA0053 : Unable to load rule assembly &#039;fxcopsdk.dll&#039;: The assembly contains no FxCop rules.		ClassLibrary1
Error	4	CA0053 : Unable to load rule assembly &#039;microsoft.cci.dll&#039;: The assembly contains no FxCop rules.		ClassLibrary1
Error	5	CA0053 : Unable to load rule assembly &#039;microsoft.visualstudio.codeanalysis.common.dll&#039;: The assembly contains no FxCop rules.		ClassLibrary1

I have checked the the above dlls path its coming from &quot;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop&quot;

Its very urgent]]></description>
		<content:encoded><![CDATA[<p>Hi Tatham,<br />
  As mentioned above in the blog<br />
1. Created the CodeAnalysis dll, Rules.xml with sample code given in this blog for VS2010<br />
2. Referenced the dlls<br />
fxcopsdk.dll<br />
fxcopcommon.dll<br />
Microsoft.cci.dll<br />
Microsoft.Visualstudio.Codeanalysis.dll<br />
3. Created the test library project, ruleset<br />
4. Executed the test library project, its throwing error</p>
<p>Error	2	CA0053 : Unable to load rule assembly &#8216;fxcopcommon.dll: The assembly contains no FxCop rules.		ClassLibrary1<br />
Error	3	CA0053 : Unable to load rule assembly &#8216;fxcopsdk.dll&#8217;: The assembly contains no FxCop rules.		ClassLibrary1<br />
Error	4	CA0053 : Unable to load rule assembly &#8216;microsoft.cci.dll&#8217;: The assembly contains no FxCop rules.		ClassLibrary1<br />
Error	5	CA0053 : Unable to load rule assembly &#8216;microsoft.visualstudio.codeanalysis.common.dll&#8217;: The assembly contains no FxCop rules.		ClassLibrary1</p>
<p>I have checked the the above dlls path its coming from &#8220;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop&#8221;</p>
<p>Its very urgent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16560</link>
		<dc:creator><![CDATA[Andrei]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 14:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16560</guid>
		<description><![CDATA[Hi Tatham,
Great article!
Does anybody have any idea about custom rule for measure “number methods in a class”?

Much appreciated,
Andrei.]]></description>
		<content:encoded><![CDATA[<p>Hi Tatham,<br />
Great article!<br />
Does anybody have any idea about custom rule for measure “number methods in a class”?</p>
<p>Much appreciated,<br />
Andrei.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Speling misteaks make an aplikation look sily [New Delay.FxCop code analysis rule finds spelling errors in a .NET assembly&#039;s string literals] - MSDN Blogs</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16542</link>
		<dc:creator><![CDATA[Speling misteaks make an aplikation look sily [New Delay.FxCop code analysis rule finds spelling errors in a .NET assembly&#039;s string literals] - MSDN Blogs]]></dc:creator>
		<pubDate>Thu, 16 Jun 2011 16:59:48 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16542</guid>
		<description><![CDATA[[...] can be found on the Code Analysis Team Blog. If you still have questions after reading that, this post by Tatham Oddie is also quite good. And once you have an idea what you&#8217;re doing, this documentation by Jason [...]]]></description>
		<content:encoded><![CDATA[<p>[...] can be found on the Code Analysis Team Blog. If you still have questions after reading that, this post by Tatham Oddie is also quite good. And once you have an idea what you&#8217;re doing, this documentation by Jason [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tatham Oddie</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16470</link>
		<dc:creator><![CDATA[Tatham Oddie]]></dc:creator>
		<pubDate>Wed, 25 May 2011 02:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16470</guid>
		<description><![CDATA[What&#039;s the error?

StringComparison.Ordinal is an enum value in the .NET Framework. If you&#039;re having a compilation issue then you&#039;re probably missing a namespace or using an old framework version.]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s the error?</p>
<p>StringComparison.Ordinal is an enum value in the .NET Framework. If you&#8217;re having a compilation issue then you&#8217;re probably missing a namespace or using an old framework version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vivek</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16455</link>
		<dc:creator><![CDATA[Vivek]]></dc:creator>
		<pubDate>Fri, 20 May 2011 10:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16455</guid>
		<description><![CDATA[How did u fix the error &quot;StringComparision.Ordinal&quot;]]></description>
		<content:encoded><![CDATA[<p>How did u fix the error &#8220;StringComparision.Ordinal&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16326</link>
		<dc:creator><![CDATA[Venkatesh]]></dc:creator>
		<pubDate>Fri, 22 Apr 2011 09:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16326</guid>
		<description><![CDATA[Cracking Post!
This post helped me to create custom code analysis rules.
Thanks a lot.]]></description>
		<content:encoded><![CDATA[<p>Cracking Post!<br />
This post helped me to create custom code analysis rules.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeshk</title>
		<link>http://blog.tatham.oddie.com.au/2010/01/06/custom-code-analysis-rules-in-vs2010-and-how-to-make-them-run-in-fxcop-and-vs2008-too/#comment-16266</link>
		<dc:creator><![CDATA[Rajeshk]]></dc:creator>
		<pubDate>Thu, 07 Apr 2011 13:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://tatham.wordpress.com/?p=406#comment-16266</guid>
		<description><![CDATA[How to develop static code rule for:&quot;Do not ‘shadow’ a name in an outer scope.&quot;

can you help me in developing an algorithm for this.]]></description>
		<content:encoded><![CDATA[<p>How to develop static code rule for:&#8221;Do not ‘shadow’ a name in an outer scope.&#8221;</p>
<p>can you help me in developing an algorithm for this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

