<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>StyleCop+</title><link>http://stylecopplus.codeplex.com/project/feeds/rss</link><description>StyleCop&amp;#43; is a plug-in that extends original StyleCop features.</description><item><title>Commented Issue: CoreParser Exception [9754]</title><link>http://stylecopplus.codeplex.com/workitem/9754</link><description>This looks like it is happening in every C&amp;#35; file that has a destructor.I conditionally compiled out the destructor in one of the files having the issue, and it was able to successfully handle the file.&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;This crash ONLY happens with StyleCop plus is used with the latest version of StyleCop -- 4.7.42.0.&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;-&amp;#61;-After upgrading to the latest, I receive this on several files.&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;&amp;#60;br&amp;#62;Error&amp;#9;58&amp;#9;SA0001 &amp;#58; CoreParser &amp;#58; An exception occurred while parsing the file&amp;#58; System.MissingMethodException, Method &amp;#39;StyleCop.CSharp.DocumentationRules.GetExampleSummaryTextForDestructor&amp;#39; not found.   at System.RuntimeType.InvokeMember&amp;#40;String name, BindingFlags bindingFlags, Binder binder, Object target, Object&amp;#91;&amp;#93; providedArgs, ParameterModifier&amp;#91;&amp;#93; modifiers, CultureInfo culture, String&amp;#91;&amp;#93; namedParams&amp;#41;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.GetExampleSummaryTextForDestructor&amp;#40;SourceAnalyzer customDocumentationAnalyzer&amp;#41;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.Handle1643&amp;#40;ViolationEventArgs e&amp;#41;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.OnCustomViolationEncountered&amp;#40;Object sender, ViolationEventArgs e&amp;#41;   at StyleCop.StyleCopCore.OnViolationEncountered&amp;#40;ViolationEventArgs e&amp;#41;   at StyleCop.StyleCopCore.AddViolation&amp;#40;ICodeElement element, Violation violation&amp;#41;   at StyleCop.StyleCopCore.AddViolation&amp;#40;ICodeElement element, Rule type, Int32 line, Object&amp;#91;&amp;#93; values&amp;#41;   at StyleCop.StyleCopAddIn.AddViolation&amp;#40;ICodeElement element, Int32 line, String ruleName, Object&amp;#91;&amp;#93; values&amp;#41;   at StyleCop.StyleCopAddIn.AddViolation&amp;#40;ICodeElement element, Enum ruleName, Object&amp;#91;&amp;#93; values&amp;#41;   at StyleCop.CSharp.DocumentationRules.CheckDestructorSummaryText&amp;#40;Destructor destructor, XmlDocument formattedDocs&amp;#41;   at StyleCop.CSharp.DocumentationRules.ParseHeader&amp;#40;CsElement element, XmlHeader header, Int32 lineNumber, Boolean partialElement&amp;#41;   at StyleCop.CSharp.DocumentationRules.CheckHeader&amp;#40;CsElement element, AnalyzerSettings settings, Boolean partialElement&amp;#41;   at StyleCop.CSharp.DocumentationRules.CheckDocumentationForElement&amp;#40;CsElement element, CsElement parentElement, AnalyzerSettings settings&amp;#41;   at StyleCop.CSharp.CodeWalker&amp;#96;1.VisitElement&amp;#40;CsElement element, CsElement parentElement, T&amp;#38;amp&amp;#59; context&amp;#41;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;   at StyleCop.CSharp.DocumentationRules.CheckElementDocumentation&amp;#40;CsDocument document&amp;#41;   at StyleCop.CSharp.DocumentationRules.AnalyzeDocument&amp;#40;CodeDocument document&amp;#41;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.AnalyzeDocument&amp;#40;CodeDocument document&amp;#41;   at StyleCopPlus.StyleCopPlusRules.AnalyzeDocument&amp;#40;CodeDocument document&amp;#41;   at StyleCop.StyleCopThread.RunAnalyzers&amp;#40;CodeDocument document, SourceParser parser, IEnumerable&amp;#96;1 analyzers&amp;#41;   at StyleCop.StyleCopThread.TestAndRunAnalyzers&amp;#40;CodeDocument document, SourceParser parser, IEnumerable&amp;#96;1 analyzers, Int32 passNumber&amp;#41;   at StyleCop.StyleCopThread.ParseAndAnalyzeDocument&amp;#40;SourceCode sourceCode, DocumentAnalysisStatus documentStatus&amp;#41;   at StyleCop.StyleCopThread.DoWork&amp;#40;Object sender&amp;#41;.&amp;#9;C&amp;#58;&amp;#92;XPJustice&amp;#92;Source&amp;#92;Dev&amp;#92;V1.92&amp;#92;Dev&amp;#92;Platform&amp;#92;Diagnostics&amp;#92;Diagnostics&amp;#92;PerformanceCounters.cs&amp;#9;1&amp;#9;1&amp;#9;Diagnostics&lt;br /&gt;Comments: ** Comment from web user: tomerr ** &lt;p&gt;caused because of mismatch between stylecopplus version and stylecop version. Make sure u use the stylecop version that stylecopplus targets. &lt;br&gt;For 1.8, it should be stylecop v 4.7.17.&lt;/p&gt;&lt;p&gt;It appears that later version changed the signature of GetExampleSummaryTextForDestructor, so now t receives a parameter. Stylecopplus search for for the previous version (via reflection) which didn't recieve parameter, making the clr throw a runtime exception.&lt;br&gt;&lt;/p&gt;</description><author>tomerr</author><pubDate>Mon, 11 Feb 2013 09:18:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: CoreParser Exception [9754] 20130211091836A</guid></item><item><title>Commented Issue: Ignore length of [SuppressMessage] lines? [9201]</title><link>http://stylecopplus.codeplex.com/workitem/9201</link><description>&amp;#60;p&amp;#62;Would it be possible to disable the length check on lines containing the SuppressMessage attribute&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;When you add the category and the checkId &amp;#40;some of which can be quite long&amp;#41; parameters, it leaves very little space for the Justification, and it makes for ugly code to have a 2-line SuppressMessage for a 3-line method.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;I came across an ironic case where rule SP2100 was triggering on a &amp;#91;SuppressMessage&amp;#93; that was suppressing the length check on the next line.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;What do you think&amp;#63;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: barnichb ** &lt;p&gt;I did this in a fork, https://github.com/barnichb/StyleCopPlus .&lt;/p&gt;</description><author>barnichb</author><pubDate>Wed, 16 Jan 2013 03:42:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Ignore length of [SuppressMessage] lines? [9201] 20130116034244A</guid></item><item><title>Created Issue: CoreParser Exception [9754]</title><link>http://stylecopplus.codeplex.com/workitem/9754</link><description>After upgrading to the latest, I receive this on several files.&lt;br /&gt;&lt;br /&gt;Error&amp;#9;58&amp;#9;SA0001 &amp;#58; CoreParser &amp;#58; An exception occurred while parsing the file&amp;#58; System.MissingMethodException, Method &amp;#39;StyleCop.CSharp.DocumentationRules.GetExampleSummaryTextForDestructor&amp;#39; not found.&lt;br /&gt;   at System.RuntimeType.InvokeMember&amp;#40;String name, BindingFlags bindingFlags, Binder binder, Object target, Object&amp;#91;&amp;#93; providedArgs, ParameterModifier&amp;#91;&amp;#93; modifiers, CultureInfo culture, String&amp;#91;&amp;#93; namedParams&amp;#41;&lt;br /&gt;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.GetExampleSummaryTextForDestructor&amp;#40;SourceAnalyzer customDocumentationAnalyzer&amp;#41;&lt;br /&gt;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.Handle1643&amp;#40;ViolationEventArgs e&amp;#41;&lt;br /&gt;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.OnCustomViolationEncountered&amp;#40;Object sender, ViolationEventArgs e&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopCore.OnViolationEncountered&amp;#40;ViolationEventArgs e&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopCore.AddViolation&amp;#40;ICodeElement element, Violation violation&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopCore.AddViolation&amp;#40;ICodeElement element, Rule type, Int32 line, Object&amp;#91;&amp;#93; values&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopAddIn.AddViolation&amp;#40;ICodeElement element, Int32 line, String ruleName, Object&amp;#91;&amp;#93; values&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopAddIn.AddViolation&amp;#40;ICodeElement element, Enum ruleName, Object&amp;#91;&amp;#93; values&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.DocumentationRules.CheckDestructorSummaryText&amp;#40;Destructor destructor, XmlDocument formattedDocs&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.DocumentationRules.ParseHeader&amp;#40;CsElement element, XmlHeader header, Int32 lineNumber, Boolean partialElement&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.DocumentationRules.CheckHeader&amp;#40;CsElement element, AnalyzerSettings settings, Boolean partialElement&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.DocumentationRules.CheckDocumentationForElement&amp;#40;CsElement element, CsElement parentElement, AnalyzerSettings settings&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.CodeWalker&amp;#96;1.VisitElement&amp;#40;CsElement element, CsElement parentElement, T&amp;#38;amp&amp;#59; context&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.CodeWalker&amp;#96;1.WalkElement&amp;#40;CsElement element, CsElement parentElement, T context&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.DocumentationRules.CheckElementDocumentation&amp;#40;CsDocument document&amp;#41;&lt;br /&gt;   at StyleCop.CSharp.DocumentationRules.AnalyzeDocument&amp;#40;CodeDocument document&amp;#41;&lt;br /&gt;   at StyleCopPlus.Plugin.ExtendedOriginal.ExtendedOriginalRules.AnalyzeDocument&amp;#40;CodeDocument document&amp;#41;&lt;br /&gt;   at StyleCopPlus.StyleCopPlusRules.AnalyzeDocument&amp;#40;CodeDocument document&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopThread.RunAnalyzers&amp;#40;CodeDocument document, SourceParser parser, IEnumerable&amp;#96;1 analyzers&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopThread.TestAndRunAnalyzers&amp;#40;CodeDocument document, SourceParser parser, IEnumerable&amp;#96;1 analyzers, Int32 passNumber&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopThread.ParseAndAnalyzeDocument&amp;#40;SourceCode sourceCode, DocumentAnalysisStatus documentStatus&amp;#41;&lt;br /&gt;   at StyleCop.StyleCopThread.DoWork&amp;#40;Object sender&amp;#41;.&amp;#9;C&amp;#58;&amp;#92;XPJustice&amp;#92;Source&amp;#92;Dev&amp;#92;V1.92&amp;#92;Dev&amp;#92;Platform&amp;#92;Diagnostics&amp;#92;Diagnostics&amp;#92;PerformanceCounters.cs&amp;#9;1&amp;#9;1&amp;#9;Diagnostics&lt;br /&gt;</description><author>John_H_Bergman</author><pubDate>Thu, 29 Nov 2012 18:35:16 GMT</pubDate><guid isPermaLink="false">Created Issue: CoreParser Exception [9754] 20121129063516P</guid></item><item><title>New Post: Namspace with dot (".")</title><link>http://stylecopplus.codeplex.com/discussions/402022</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I want to check whether all namespace begin with &amp;quot;App.&amp;quot; or not. How can I do this&lt;/p&gt;
&lt;/div&gt;</description><author>trbaphong</author><pubDate>Tue, 06 Nov 2012 04:00:21 GMT</pubDate><guid isPermaLink="false">New Post: Namspace with dot (".") 20121106040021A</guid></item><item><title>New Post: Exception Loading StyleCop+</title><link>http://stylecopplus.codeplex.com/discussions/349396</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;*Edit*&lt;/p&gt;
&lt;p&gt;Never mind, I found out what the issue was for me. It seems in Windows 8 you have to be extra careful when unblocking the dll. If you do it with the dll in the StyleCop dir (where you need admin rights), it fails silently (if you go back to properties you'll
 see the Unblock button is there again).&lt;/p&gt;
&lt;p&gt;To get around this, you have to first put the dll in a dir you own, your desktop for example, unblock it there, then copy it over to the StyleCop dir. That fixed it for me.&lt;/p&gt;
&lt;p&gt;Oleg, you might want to amend your documentation with this info.&lt;/p&gt;
&lt;/div&gt;</description><author>adhemar82</author><pubDate>Sat, 03 Nov 2012 15:49:01 GMT</pubDate><guid isPermaLink="false">New Post: Exception Loading StyleCop+ 20121103034901P</guid></item><item><title>New Post: Exception Loading StyleCop+</title><link>http://stylecopplus.codeplex.com/discussions/349396</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi guys,&lt;/p&gt;
&lt;p&gt;Sorry for the long delay - was very busy with my job.&lt;/p&gt;
&lt;p&gt;StyleCop+ 1.8 works with any StyleCop version, newer than 4.7.17.&lt;br /&gt;Right now, I am using StyleCop 4.7.39.0, both in Windows 7 + VS2010 as well as Windows 8 + VS2012.&lt;/p&gt;
&lt;p&gt;All the compatibility issues seems gone in past.&lt;br /&gt;I guess I should update release comment and documentation to make it more clear.&lt;/p&gt;
&lt;p&gt;Please let me know if something does not work, I think I can help.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;/div&gt;</description><author>shuruev</author><pubDate>Fri, 02 Nov 2012 10:41:10 GMT</pubDate><guid isPermaLink="false">New Post: Exception Loading StyleCop+ 20121102104110A</guid></item><item><title>Commented Issue: Namespace issue with two letter acronyms [7110]</title><link>http://stylecopplus.codeplex.com/workitem/7110</link><description>&amp;#60;p&amp;#62;I found an issue with naming namespaces. The MSDN  &amp;#40;e.g. http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;893ke618&amp;#37;28VS.71&amp;#37;29.aspx&amp;#41; says &amp;#40;I follow that rules&amp;#41; that two letter acronyms are written in uppercase where acronyms with more than two letters are written &amp;#38;quot&amp;#59;first letter upper case, the rest lower case&amp;#41;&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.IO &amp;#40;NOT&amp;#58; System.Io&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.Web&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.Web.UI&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.Gps &amp;#40;NOT&amp;#58; GPS&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;etc.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;When I use MyNamespace.IO than StyleCop&amp;#43; will give me a SP0100 warning.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Workaround&amp;#58; Abbreviations&amp;#58; Add &amp;#38;quot&amp;#59;IO&amp;#38;quot&amp;#59;, &amp;#38;quot&amp;#59;UI&amp;#38;quot&amp;#59; etc.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;But this is only a workaround since the abbreviations are used for everything &amp;#40;local variable like&amp;#58; someUI would&amp;#38;&amp;#35;39&amp;#59;nt be nice&amp;#41;.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: shuruev ** &lt;p&gt;Hi Calinoiu,&lt;br&gt;Could you please specify what did you mean in more details?&lt;/p&gt;&lt;p&gt;If you add &amp;quot;UI&amp;quot;, for example, into abbreviations, and $(AaBb) is your template, then the following will be allowed:&lt;br&gt;- SimpleUI&lt;br&gt;- SimpleUIAndTools&lt;br&gt;- UITools&lt;/p&gt;&lt;p&gt;Or did you mean that you don't like specifying abbreviations list and would like to allow every two-letter combination as an abbreviation (like if you added all AA AB AC AD etc... combinations into your abbreviation list)?&lt;/p&gt;</description><author>shuruev</author><pubDate>Fri, 02 Nov 2012 10:36:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Namespace issue with two letter acronyms [7110] 20121102103623A</guid></item><item><title>New Post: Exception Loading StyleCop+</title><link>http://stylecopplus.codeplex.com/discussions/349396</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Is using StyleCop+ with newer builds of StyleCop than 4.7.17 supported? If not, is an official updated build of StyleCop+ forthcoming?&lt;/p&gt;
&lt;p&gt;Thanks :)&lt;/p&gt;
&lt;p&gt;Dominic&lt;/p&gt;&lt;/div&gt;</description><author>GruetzmacherD</author><pubDate>Tue, 23 Oct 2012 19:29:03 GMT</pubDate><guid isPermaLink="false">New Post: Exception Loading StyleCop+ 20121023072903P</guid></item><item><title>Commented Issue: Namespace issue with two letter acronyms [7110]</title><link>http://stylecopplus.codeplex.com/workitem/7110</link><description>&amp;#60;p&amp;#62;I found an issue with naming namespaces. The MSDN  &amp;#40;e.g. http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;893ke618&amp;#37;28VS.71&amp;#37;29.aspx&amp;#41; says &amp;#40;I follow that rules&amp;#41; that two letter acronyms are written in uppercase where acronyms with more than two letters are written &amp;#38;quot&amp;#59;first letter upper case, the rest lower case&amp;#41;&amp;#58;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.IO &amp;#40;NOT&amp;#58; System.Io&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.Web&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.Web.UI&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;System.Gps &amp;#40;NOT&amp;#58; GPS&amp;#41;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;etc.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;When I use MyNamespace.IO than StyleCop&amp;#43; will give me a SP0100 warning.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Workaround&amp;#58; Abbreviations&amp;#58; Add &amp;#38;quot&amp;#59;IO&amp;#38;quot&amp;#59;, &amp;#38;quot&amp;#59;UI&amp;#38;quot&amp;#59; etc.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;But this is only a workaround since the abbreviations are used for everything &amp;#40;local variable like&amp;#58; someUI would&amp;#38;&amp;#35;39&amp;#59;nt be nice&amp;#41;.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: calinoiu ** &lt;p&gt;Short acronyms can occur anywhere in a name.  Since the $(AaBb) and $(aaBb) macros don't account for this, I'm having to resort to fun stuff like the following:&lt;/p&gt;&lt;p&gt;$(AaBb)&lt;br&gt;$(A)$(AaBb)&lt;br&gt;$(A)$(A)$(AaBb)&lt;br&gt;$(AaBb)$(A)$(AaBb)&lt;br&gt;$(AaBb)$(A)$(A)$(AaBb)&lt;br&gt;... and more permutations.&lt;/p&gt;&lt;p&gt;Given that caps are the (unfortunate) standard for acronyms under 3 characters, it would really be very helpful if there were macros that accounted for them.  (Presumably these would need to be new macros since there are probably a lot of folks who like the current macro behaviour.)&lt;/p&gt;</description><author>calinoiu</author><pubDate>Wed, 17 Oct 2012 19:27:54 GMT</pubDate><guid isPermaLink="false">Commented Issue: Namespace issue with two letter acronyms [7110] 20121017072754P</guid></item><item><title>Closed Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661]</title><link>http://stylecopplus.codeplex.com/workitem/9661</link><description>&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ve installed StyleCop and wanted to add StyleCop&amp;#43; to it so I dropped the StyleCopPlus.dll into the StyleCop installed directory.  As soon as I do that, I get an exception whenever I start Visual Studio that says an exception occurred while loading on of the StyleCop add-ins.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;OS&amp;#58; Windows 8 x64&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Visual Studio Version&amp;#58; 2012 Ultimate&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCop Version&amp;#58; 4.7.39&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCopPlus Version&amp;#58; 1.8.0&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: &lt;p&gt;&lt;/p&gt;</description><author>shuruev</author><pubDate>Tue, 09 Oct 2012 03:59:57 GMT</pubDate><guid isPermaLink="false">Closed Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661] 20121009035957A</guid></item><item><title>Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661]</title><link>http://stylecopplus.codeplex.com/workitem/9661</link><description>&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ve installed StyleCop and wanted to add StyleCop&amp;#43; to it so I dropped the StyleCopPlus.dll into the StyleCop installed directory.  As soon as I do that, I get an exception whenever I start Visual Studio that says an exception occurred while loading on of the StyleCop add-ins.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;OS&amp;#58; Windows 8 x64&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Visual Studio Version&amp;#58; 2012 Ultimate&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCop Version&amp;#58; 4.7.39&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCopPlus Version&amp;#58; 1.8.0&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: mgressman ** &lt;p&gt;Deleting the existing file and downloading again solved the problem.  Apparently, the file that I originally downloaded would not unblock.  Downloading a new one and unblocking solved the problem.&lt;/p&gt;&lt;p&gt;Thanks for the help.&lt;/p&gt;</description><author>mgressman</author><pubDate>Tue, 09 Oct 2012 00:40:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661] 20121009124046A</guid></item><item><title>Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661]</title><link>http://stylecopplus.codeplex.com/workitem/9661</link><description>&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ve installed StyleCop and wanted to add StyleCop&amp;#43; to it so I dropped the StyleCopPlus.dll into the StyleCop installed directory.  As soon as I do that, I get an exception whenever I start Visual Studio that says an exception occurred while loading on of the StyleCop add-ins.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;OS&amp;#58; Windows 8 x64&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Visual Studio Version&amp;#58; 2012 Ultimate&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCop Version&amp;#58; 4.7.39&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCopPlus Version&amp;#58; 1.8.0&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: shuruev ** &lt;p&gt;Hi again,&lt;br&gt;The error you get is exactly about &amp;quot;blocked&amp;quot; StyleCopPlus.dll.&lt;/p&gt;&lt;p&gt;After you donwloaded StyleCopPlus.dll, you should select it in Explorer, make a right click and press &amp;quot;Unblock&amp;quot; button.&lt;br&gt;In you case I would even recommend you deleting StyleCopPlus.dll, closing Visual Studio, download StyleCopPlus.dll once again, unblock it in downloads folder, and than copy &amp;quot;unblocked&amp;quot; version to Program Files\Style Cop folder.&lt;/p&gt;&lt;p&gt;This should definitely help, please respond if some issues still occur.&lt;br&gt;Thank you!&lt;/p&gt;&lt;p&gt;P.S. And yes, I did test it on Windows 8 x64 + Visual Studio 2012 Premium + StyleCop 4.7.41.&lt;/p&gt;</description><author>shuruev</author><pubDate>Sat, 06 Oct 2012 10:26:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661] 20121006102616A</guid></item><item><title>Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661]</title><link>http://stylecopplus.codeplex.com/workitem/9661</link><description>&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ve installed StyleCop and wanted to add StyleCop&amp;#43; to it so I dropped the StyleCopPlus.dll into the StyleCop installed directory.  As soon as I do that, I get an exception whenever I start Visual Studio that says an exception occurred while loading on of the StyleCop add-ins.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;OS&amp;#58; Windows 8 x64&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Visual Studio Version&amp;#58; 2012 Ultimate&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCop Version&amp;#58; 4.7.39&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCopPlus Version&amp;#58; 1.8.0&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: mgressman ** &lt;p&gt;The problem only happens when starting up Visual Studio.  I can edit the StyleCop settings file successfully outside of Visual Studio and the StyleCop+ tab is there.  It is only when actually trying to open Visual Studio that the exception occurs.&lt;/p&gt;&lt;p&gt;Has anyone else tested StyleCop+ with Windows 8 and Visual Studio 2012?&lt;/p&gt;</description><author>mgressman</author><pubDate>Sat, 06 Oct 2012 00:18:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661] 20121006121841A</guid></item><item><title>Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661]</title><link>http://stylecopplus.codeplex.com/workitem/9661</link><description>&amp;#60;p&amp;#62;I&amp;#38;&amp;#35;39&amp;#59;ve installed StyleCop and wanted to add StyleCop&amp;#43; to it so I dropped the StyleCopPlus.dll into the StyleCop installed directory.  As soon as I do that, I get an exception whenever I start Visual Studio that says an exception occurred while loading on of the StyleCop add-ins.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;&amp;#38;nbsp&amp;#59;&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;OS&amp;#58; Windows 8 x64&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Visual Studio Version&amp;#58; 2012 Ultimate&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCop Version&amp;#58; 4.7.39&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;StyleCopPlus Version&amp;#58; 1.8.0&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&lt;br /&gt;Comments: ** Comment from web user: shuruev ** &lt;p&gt;Hi mgressman,&lt;br&gt;Didn't you forget to Unblock downloaded DLL like it's said here?&lt;br&gt;http://stylecopplus.codeplex.com/wikipage?title=Quick%20Start%20Guide&lt;/p&gt;</description><author>shuruev</author><pubDate>Thu, 04 Oct 2012 16:32:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661] 20121004043206P</guid></item><item><title>Source code checked in, #69631</title><link>http://stylecopplus.codeplex.com/SourceControl/changeset/changes/69631</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:13:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69631 20121001091348P</guid></item><item><title>Source code checked in, #69630</title><link>http://stylecopplus.codeplex.com/SourceControl/changeset/changes/69630</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:07:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69630 20121001090703P</guid></item><item><title>Created Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661]</title><link>http://stylecopplus.codeplex.com/workitem/9661</link><description>I&amp;#39;ve installed StyleCop and wanted to add StyleCop&amp;#43; to it so I dropped the StyleCopPlus.dll into the StyleCop installed directory.  As soon as I do that, I get an exception whenever I start Visual Studio that says an exception occurred while loading on of the StyleCop add-ins.&lt;br /&gt;&lt;br /&gt;OS&amp;#58; Windows 8 x64&lt;br /&gt;Visual Studio Version&amp;#58; 2012 Ultimate&lt;br /&gt;StyleCop Version&amp;#58; 4.7.39&lt;br /&gt;StyleCopPlus Version&amp;#58; 1.8.0&lt;br /&gt;</description><author>mgressman</author><pubDate>Sat, 29 Sep 2012 03:17:23 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception error "Operation not supported" while trying to load StyleCop Plus [9661] 20120929031723A</guid></item><item><title>New Post: Exception Loading StyleCop+</title><link>http://stylecopplus.codeplex.com/discussions/349396</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This problem was indeed solved for a while but it's now back for me:&lt;/p&gt;
&lt;p&gt;StyleCopPlus.dll 1.8.0.0 (unblocked as explained)&lt;/p&gt;
&lt;p&gt;StyleCop.dll 4.7.36.0&lt;/p&gt;
&lt;p&gt;VS2012 Professional&lt;/p&gt;
&lt;p&gt;x64 Windows 8&lt;/p&gt;
&lt;p&gt;Are you planning on building a new StyleCop+ dll?&lt;/p&gt;&lt;/div&gt;</description><author>adhemar82</author><pubDate>Sat, 15 Sep 2012 16:40:10 GMT</pubDate><guid isPermaLink="false">New Post: Exception Loading StyleCop+ 20120915044010P</guid></item><item><title>Created Issue: SP2100: CodeLineMustNotBeLongerThan is supported? [9540]</title><link>http://stylecopplus.codeplex.com/workitem/9540</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I am using Stylecop for Resharper and I can&amp;#39;t find in the UI a way to set a maximum number of characters for my files &amp;#40;C&amp;#35;, Javascript, CSS&amp;#41; and show a warning in case of violation.&lt;br /&gt;&lt;br /&gt;Any help&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;</description><author>angellaa</author><pubDate>Thu, 09 Aug 2012 10:27:57 GMT</pubDate><guid isPermaLink="false">Created Issue: SP2100: CodeLineMustNotBeLongerThan is supported? [9540] 20120809102757A</guid></item><item><title>New Post: What is the difference between RegionDirective and Region? </title><link>http://stylecopplus.codeplex.com/discussions/390518</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I would like to know the difference between RedionDirective and Region provided in StyleCop SDK.&lt;/p&gt;
&lt;p&gt;I would also like to know how are they usefull programatically. with an example like in which situation what should be used.&lt;/p&gt;
&lt;p&gt;Please help me as easr;y as possible.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Swapna&lt;/p&gt;
&lt;/div&gt;</description><author>Swapna554</author><pubDate>Tue, 07 Aug 2012 05:28:28 GMT</pubDate><guid isPermaLink="false">New Post: What is the difference between RegionDirective and Region?  20120807052828A</guid></item></channel></rss>