<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>stylecop Discussions Rss Feed</title><link>http://stylecop.codeplex.com/Thread/List.aspx</link><description>stylecop Discussions Rss Description</description><item><title>New Post: stule cop custom rules documentaion</title><link>http://stylecop.codeplex.com/discussions/443767</link><description>&lt;div style="line-height: normal;"&gt;Hi!&lt;br /&gt;
I want to write custom rules for StyleCop, but googling around doesn't get me documentation on StyleCop classes such as CSElement, StyleCop.CSharp.Declaration, StyleCop.CSharp.ElementType and so on...&lt;br /&gt;
Can you help me?&lt;br /&gt;
&lt;/div&gt;</description><author>arsmarin</author><pubDate>Wed, 15 May 2013 16:38:06 GMT</pubDate><guid isPermaLink="false">New Post: stule cop custom rules documentaion 20130515043806P</guid></item><item><title>New Post: Is there a way to find out if a member is an method argument?</title><link>http://stylecop.codeplex.com/discussions/443694</link><description>&lt;div style="line-height: normal;"&gt;Hii &lt;br /&gt;
i write my own rules for style cop&lt;br /&gt;
LowerCamelCase should be used for method arguments.&lt;br /&gt;
Is there a way to find out if a member is an method argument?&lt;br /&gt;
&lt;/div&gt;</description><author>Janii</author><pubDate>Wed, 15 May 2013 08:59:48 GMT</pubDate><guid isPermaLink="false">New Post: Is there a way to find out if a member is an method argument? 20130515085948A</guid></item><item><title>New Post: MSBuild turn off on MSBuild</title><link>http://stylecop.codeplex.com/discussions/440667</link><description>&lt;div style="line-height: normal;"&gt;Is that a trick question? :)&lt;br /&gt;
&lt;/div&gt;</description><author>bartduncan</author><pubDate>Tue, 14 May 2013 23:56:17 GMT</pubDate><guid isPermaLink="false">New Post: MSBuild turn off on MSBuild 20130514115617P</guid></item><item><title>New Post: Can StyleCop warnings be turned off per solution/local machine?</title><link>http://stylecop.codeplex.com/discussions/285902</link><description>&lt;div style="line-height: normal;"&gt;To turn off StyleCop at solution level:&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
Create(or copy an existing) a setting file 'Settings.StyleCop' in the root directory containing the *.sln file.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
Add the below xml and save:&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;StyleCopSettings Version=&amp;quot;105&amp;quot;&amp;gt;
  &amp;lt;GlobalSettings&amp;gt;
    &amp;lt;BooleanProperty Name=&amp;quot;RulesEnabledByDefault&amp;quot;&amp;gt;False&amp;lt;/BooleanProperty&amp;gt;
  &amp;lt;/GlobalSettings&amp;gt;
&amp;lt;/StyleCopSettings&amp;gt;&lt;/code&gt;&lt;/pre&gt;

Done.&lt;br /&gt;
&lt;/div&gt;</description><author>kibria23</author><pubDate>Tue, 14 May 2013 09:09:14 GMT</pubDate><guid isPermaLink="false">New Post: Can StyleCop warnings be turned off per solution/local machine? 20130514090914A</guid></item><item><title>New Post: Resharper dependency for StyleCop</title><link>http://stylecop.codeplex.com/discussions/440127</link><description>&lt;div style="line-height: normal;"&gt;There are no ReSharper dependencies in StyleCop itself. The project has a ReSharper plugin that enables &amp;quot;quick-fixes&amp;quot; for the rule violations and provides in-line highlighting of violations as you type. If you do not have ReSharper installed it will detect this and not deploy it to your machine.&lt;br /&gt;
&lt;br /&gt;
However StyleCop is greatly enhanced with ReSharper installed and will save you a LOT of time fixing your violations and IMO is well worth the licence fee.&lt;br /&gt;
&lt;/div&gt;</description><author>caveman_dick</author><pubDate>Mon, 13 May 2013 14:26:22 GMT</pubDate><guid isPermaLink="false">New Post: Resharper dependency for StyleCop 20130513022622P</guid></item><item><title>New Post: Custom add-in paths</title><link>http://stylecop.codeplex.com/discussions/354845</link><description>&lt;div style="line-height: normal;"&gt;Ah, that might be it. I can't even remember why I was trying to do this now, but I'll bear it in mind, thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>adamralph</author><pubDate>Sun, 12 May 2013 17:17:39 GMT</pubDate><guid isPermaLink="false">New Post: Custom add-in paths 20130512051739P</guid></item><item><title>New Post: Custom add-in paths</title><link>http://stylecop.codeplex.com/discussions/354845</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;adamralph&lt;/strong&gt;  try path to directory where your dll is located instead of path to dll.&lt;br /&gt;
&lt;/div&gt;</description><author>outcoldman</author><pubDate>Sun, 12 May 2013 17:14:02 GMT</pubDate><guid isPermaLink="false">New Post: Custom add-in paths 20130512051402P</guid></item><item><title>New Post: Debugging custom rules dll</title><link>http://stylecop.codeplex.com/discussions/222426</link><description>&lt;div style="line-height: normal;"&gt;The debug method, as it was posted by jasonall, works. To debug again on the same session, you have to use the &amp;quot;Rescan All&amp;quot; option&lt;br /&gt;
&lt;/div&gt;</description><author>gbuzzi</author><pubDate>Tue, 30 Apr 2013 19:50:53 GMT</pubDate><guid isPermaLink="false">New Post: Debugging custom rules dll 20130430075053P</guid></item><item><title>New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126</title><link>http://stylecop.codeplex.com/discussions/358010</link><description>&lt;div style="line-height: normal;"&gt;This one &lt;a href="http://www.stylecop.com/docs/SA1126.html" rel="nofollow"&gt;http://www.stylecop.com/docs/SA1126.html&lt;/a&gt;?&lt;br /&gt;
&lt;br /&gt;
It doesn't include an example.&lt;br /&gt;
&lt;/div&gt;</description><author>floele</author><pubDate>Thu, 25 Apr 2013 10:29:34 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126 20130425102934A</guid></item><item><title>New Post: How to get the project name of source document</title><link>http://stylecop.codeplex.com/discussions/404351</link><description>&lt;div style="line-height: normal;"&gt;Hi HottDog,&lt;br /&gt;
&lt;br /&gt;
Did you figure out how to?&lt;br /&gt;
I would be interested in the answer.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;/div&gt;</description><author>mickaelsavafi</author><pubDate>Thu, 25 Apr 2013 00:33:54 GMT</pubDate><guid isPermaLink="false">New Post: How to get the project name of source document 20130425123354A</guid></item><item><title>New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126</title><link>http://stylecop.codeplex.com/discussions/358010</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;There is an example in the docs for this rule. &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;~Andy.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>andyr</author><pubDate>Wed, 24 Apr 2013 20:40:44 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126 20130424084044P</guid></item><item><title>New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126</title><link>http://stylecop.codeplex.com/discussions/358010</link><description>&lt;div style="line-height: normal;"&gt;Can you tell me a code sample where an implicit &amp;quot;base&amp;quot; is used instead of an implicit &amp;quot;this&amp;quot;?&lt;br /&gt;
&lt;/div&gt;</description><author>floele</author><pubDate>Wed, 24 Apr 2013 17:45:38 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126 20130424054538P</guid></item><item><title>New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126</title><link>http://stylecop.codeplex.com/discussions/358010</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;No. &lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;It could be&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;this&lt;/div&gt;
&lt;div&gt;base&lt;/div&gt;
&lt;div&gt;Typename&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;~Andy.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>andyr</author><pubDate>Wed, 24 Apr 2013 15:06:41 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126 20130424030641P</guid></item><item><title>New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126</title><link>http://stylecop.codeplex.com/discussions/358010</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I also noticed that StyleCop does not provide a QuickFix for SA1126. Why not? What is wrong with using &amp;quot;this.&amp;quot; as QuickFix? If no prefix is given, isn't it automatically &amp;quot;this&amp;quot;? I can't think of a situation at the moment where this is not the case (in fact, when manually fixing all the StyleCop errors, I don't think a lot about it either and just add &amp;quot;this&amp;quot; everywhere). Also, having it as QuickFix and especially in code cleanup would help a lot for files were StyleCop rules have not yet been applied and &amp;quot;this&amp;quot; is missing everywhere.&lt;br /&gt;
&lt;br /&gt;
Would it be possible to add that?&lt;br /&gt;
&lt;/div&gt;</description><author>floele</author><pubDate>Wed, 24 Apr 2013 13:38:27 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop 4.7.28 for Resharper does not display Quick Fix for SA1126 20130424013827P</guid></item><item><title>New Post: Templates and snippets</title><link>http://stylecop.codeplex.com/discussions/434434</link><description>&lt;div style="line-height: normal;"&gt;I went through all the installed templates in every project type and added my headers. I also created some sinppets for adding headers and doc strings to existing code. It took an afternoon to get it all done but I think it was worth my time.&lt;br /&gt;
&lt;/div&gt;</description><author>ddrivers</author><pubDate>Wed, 24 Apr 2013 12:53:02 GMT</pubDate><guid isPermaLink="false">New Post: Templates and snippets 20130424125302P</guid></item><item><title>New Post: Templates and snippets</title><link>http://stylecop.codeplex.com/discussions/434434</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
I have used &amp;quot;StyleCop Code Snippets&amp;quot; for a while, and I put them all in the Default Snippets location, and it works ok.&lt;br /&gt;
I havent found the magic behawiour, when creating a new file.&lt;br /&gt;
Yes i'ts farly simple to edit.&lt;br /&gt;
&lt;/div&gt;</description><author>Guson</author><pubDate>Wed, 24 Apr 2013 09:20:22 GMT</pubDate><guid isPermaLink="false">New Post: Templates and snippets 20130424092022A</guid></item><item><title>New Post: Can we expect a new version soon?</title><link>http://stylecop.codeplex.com/discussions/441208</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;Not yet. &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;~Andy.&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>andyr</author><pubDate>Tue, 23 Apr 2013 07:00:44 GMT</pubDate><guid isPermaLink="false">New Post: Can we expect a new version soon? 20130423070044A</guid></item><item><title>New Post: Can we expect a new version soon?</title><link>http://stylecop.codeplex.com/discussions/441208</link><description>&lt;div style="line-height: normal;"&gt;There was no updates since January. Any ETA for the next version?&lt;br /&gt;
&lt;/div&gt;</description><author>abibok</author><pubDate>Mon, 22 Apr 2013 23:06:44 GMT</pubDate><guid isPermaLink="false">New Post: Can we expect a new version soon? 20130422110644P</guid></item><item><title>New Post: StyleCop turn off</title><link>http://stylecop.codeplex.com/discussions/440666</link><description>&lt;div style="line-height: normal;"&gt;Yep - works just the same from the IDE.&lt;br /&gt;
&lt;/div&gt;</description><author>mightymuke</author><pubDate>Fri, 19 Apr 2013 21:54:29 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop turn off 20130419095429P</guid></item><item><title>New Post: StyleCop turn off</title><link>http://stylecop.codeplex.com/discussions/440666</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the reply. &lt;br /&gt;
&lt;br /&gt;
The article mentioned that this technique can only works from the msbuild.  What happened if I want to have the style cop in the development environment and want to see the error before checking in the codes?  Can I do that? &lt;br /&gt;
&lt;/div&gt;</description><author>aammiz</author><pubDate>Fri, 19 Apr 2013 18:50:37 GMT</pubDate><guid isPermaLink="false">New Post: StyleCop turn off 20130419065037P</guid></item></channel></rss>