<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>BuildCop Work Item Rss Feed</title><link>http://www.codeplex.com/BuildCop/WorkItem/List.aspx</link><description>BuildCop Work Item Rss Description</description><item><title>Closed Issue: Issue with globally excluded files if there are no locally excluded files [8381]</title><link>http://buildcop.codeplex.com/workitem/8381</link><description>hi all,&lt;br /&gt;&lt;br /&gt;i have found a bug in file &amp;#39;BuildCopEngine.cs&amp;#39;. The method GetBuildFiles&amp;#40;&amp;#41; adds globally excluded files information to the excluded list by adding a semicolone first.&lt;br /&gt;&lt;br /&gt;If however the field is empty, the exclusion information starts with a semicolone which is wrong. Have a look at the code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#65279;&amp;#65279;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;string excludedFiles &amp;#61; pathConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt; if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;buildFilesConfiguration.ExcludedFiles&amp;#41;&amp;#41; &lt;br /&gt; &amp;#123;&lt;br /&gt; &amp;#47;&amp;#47; Append the globally excluded files.&lt;br /&gt;  excludedFiles &amp;#43;&amp;#61; ExclusionSeparator &amp;#43; buildFilesConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt; &amp;#125;&lt;br /&gt;I have changed the code like this&amp;#58;&lt;br /&gt;string excludedFiles &amp;#61; pathConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt;                if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;buildFilesConfiguration.ExcludedFiles&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    &amp;#47;&amp;#47; Append the globally excluded files.&lt;br /&gt;                    if &amp;#40;excludedFiles.Equals&amp;#40;String.Empty&amp;#41;&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        excludedFiles &amp;#43;&amp;#61; buildFilesConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                    else&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        excludedFiles &amp;#43;&amp;#61; ExclusionSeparator &amp;#43; buildFilesConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; When now i run the console program, the temp-files are excluded and any other file is getting checked.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;bye,&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;yb&lt;br /&gt;Comments: Resolved with changeset 59715.</description><author>jelled</author><pubDate>Mon, 20 Jun 2011 11:02:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Issue with globally excluded files if there are no locally excluded files [8381] 20110620110228A</guid></item><item><title>Created Issue: Issue with globally excluded files if there are no locally excluded files [8381]</title><link>http://buildcop.codeplex.com/workitem/8381</link><description>hi all,&lt;br /&gt;&lt;br /&gt;i have found a bug in file &amp;#39;BuildCopEngine.cs&amp;#39;. The method GetBuildFiles&amp;#40;&amp;#41; adds globally excluded files information to the excluded list by adding a semicolone first.&lt;br /&gt;&lt;br /&gt;If however the field is empty, the exclusion information starts with a semicolone which is wrong. Have a look at the code&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#65279;&amp;#65279;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;string excludedFiles &amp;#61; pathConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt; if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;buildFilesConfiguration.ExcludedFiles&amp;#41;&amp;#41; &lt;br /&gt; &amp;#123;&lt;br /&gt; &amp;#47;&amp;#47; Append the globally excluded files.&lt;br /&gt;  excludedFiles &amp;#43;&amp;#61; ExclusionSeparator &amp;#43; buildFilesConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt; &amp;#125;&lt;br /&gt;I have changed the code like this&amp;#58;&lt;br /&gt;string excludedFiles &amp;#61; pathConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt;                if &amp;#40;&amp;#33;string.IsNullOrEmpty&amp;#40;buildFilesConfiguration.ExcludedFiles&amp;#41;&amp;#41;&lt;br /&gt;                &amp;#123;&lt;br /&gt;                    &amp;#47;&amp;#47; Append the globally excluded files.&lt;br /&gt;                    if &amp;#40;excludedFiles.Equals&amp;#40;String.Empty&amp;#41;&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        excludedFiles &amp;#43;&amp;#61; buildFilesConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                    else&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        excludedFiles &amp;#43;&amp;#61; ExclusionSeparator &amp;#43; buildFilesConfiguration.ExcludedFiles&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;                &amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; When now i run the console program, the temp-files are excluded and any other file is getting checked.&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;bye,&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;&lt;br /&gt;yb&lt;br /&gt;</description><author>jelled</author><pubDate>Mon, 20 Jun 2011 10:53:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Issue with globally excluded files if there are no locally excluded files [8381] 20110620105349A</guid></item><item><title>Commented Feature: Allow BuildCop to run as an MSBuild task</title><link>http://www.codeplex.com/BuildCop/WorkItem/View.aspx?WorkItemId=2886</link><description>Create an MSBuild task that allows BuildCop to run as part of e.g. a daily build in Team Foundation Server.&lt;br /&gt;Comments: Associated with changeset 15163.</description><author>jelled</author><pubDate>Mon, 18 Aug 2008 18:07:20 GMT</pubDate><guid isPermaLink="false">Commented Feature: Allow BuildCop to run as an MSBuild task 20080818060720P</guid></item><item><title>Created Feature: Allow BuildCop to run as an MSBuild task</title><link>http://www.codeplex.com/BuildCop/WorkItem/View.aspx?WorkItemId=2886</link><description>Create an MSBuild task that allows BuildCop to run as part of e.g. a daily build in Team Foundation Server.&lt;br /&gt;</description><author>jelled</author><pubDate>Mon, 18 Aug 2008 18:04:29 GMT</pubDate><guid isPermaLink="false">Created Feature: Allow BuildCop to run as an MSBuild task 20080818060429P</guid></item></channel></rss>