<?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/"
		>
<channel>
	<title>Comments on: Task List comments in Visual Studio</title>
	<atom:link href="http://chrisfulstow.com/task-list-comments-in-visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisfulstow.com/task-list-comments-in-visual-studio/</link>
	<description>ASP.NET Tech Lead and Web Developer</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://chrisfulstow.com/task-list-comments-in-visual-studio/comment-page-1/#comment-70</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 18 Jul 2008 19:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/08/23/task-list-comments-in-visual-studio/#comment-70</guid>
		<description>For some reason VB.NET will show tasks from files that aren&#039;t currently open but other languages (C#) only show tasks from open files. I&#039;ve also found that C# won&#039;t show lines that are preprocessed out (I don&#039;t know if this is the case for other languages).
For example, if you have
#if DEBUG
  // HACK: do not release!
  veryBadMethod();
#else
  // TODO: figure out an alternative to veryBadMethod()
  #error no replacement yet for veryBadMethod()
#endif
The &quot;HACK&quot; comment in DEBUG will only show when the active configuration is debug, and the TODO will only show when the active configuration is release</description>
		<content:encoded><![CDATA[<p>For some reason VB.NET will show tasks from files that aren&#8217;t currently open but other languages (C#) only show tasks from open files. I&#8217;ve also found that C# won&#8217;t show lines that are preprocessed out (I don&#8217;t know if this is the case for other languages).<br />
For example, if you have<br />
#if DEBUG<br />
  // HACK: do not release!<br />
  veryBadMethod();<br />
#else<br />
  // TODO: figure out an alternative to veryBadMethod()<br />
  #error no replacement yet for veryBadMethod()<br />
#endif<br />
The &#8220;HACK&#8221; comment in DEBUG will only show when the active configuration is debug, and the TODO will only show when the active configuration is release</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan</title>
		<link>http://chrisfulstow.com/task-list-comments-in-visual-studio/comment-page-1/#comment-69</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 07 May 2008 18:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/08/23/task-list-comments-in-visual-studio/#comment-69</guid>
		<description>I just wish you didn&#039;t have to actually OPEN the file to view the comments in the task list.  I wish I could have an option to view all.</description>
		<content:encoded><![CDATA[<p>I just wish you didn&#8217;t have to actually OPEN the file to view the comments in the task list.  I wish I could have an option to view all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theanti9</title>
		<link>http://chrisfulstow.com/task-list-comments-in-visual-studio/comment-page-1/#comment-68</link>
		<dc:creator>theanti9</dc:creator>
		<pubDate>Sun, 27 Jan 2008 08:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/08/23/task-list-comments-in-visual-studio/#comment-68</guid>
		<description>i agree with vaughany, that is quite useful</description>
		<content:encoded><![CDATA[<p>i agree with vaughany, that is quite useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaughany</title>
		<link>http://chrisfulstow.com/task-list-comments-in-visual-studio/comment-page-1/#comment-67</link>
		<dc:creator>vaughany</dc:creator>
		<pubDate>Wed, 10 Oct 2007 20:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/08/23/task-list-comments-in-visual-studio/#comment-67</guid>
		<description>That&#039;s a damn good tip for a n00b like myself.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a damn good tip for a n00b like myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Asrari</title>
		<link>http://chrisfulstow.com/task-list-comments-in-visual-studio/comment-page-1/#comment-66</link>
		<dc:creator>Will Asrari</dc:creator>
		<pubDate>Thu, 23 Aug 2007 18:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/08/23/task-list-comments-in-visual-studio/#comment-66</guid>
		<description>KLUDGE or KLUGE are good ones for custom comments.  Pretty much the same as HACK.</description>
		<content:encoded><![CDATA[<p>KLUDGE or KLUGE are good ones for custom comments.  Pretty much the same as HACK.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
