<?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: Writing extension for Msbuild</title>
	<atom:link href="http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/</link>
	<description>Wrecks of code floating in the sea of Internet By Ricci Gian Maria</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:15:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/comment-page-1/#comment-3289</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 03 Aug 2010 12:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/#comment-3289</guid>
		<description>Thanks - that&#039;s good to know.

I was originally searching for reasons why you should/would use Log.LogErrorFromException() rather than throwing as normal.

That must be the reason. Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; that&#8217;s good to know.</p>
<p>I was originally searching for reasons why you should/would use Log.LogErrorFromException() rather than throwing as normal.</p>
<p>That must be the reason. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alkampfer</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/comment-page-1/#comment-3288</link>
		<dc:creator>alkampfer</dc:creator>
		<pubDate>Tue, 03 Aug 2010 09:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/#comment-3288</guid>
		<description>Because the task is a sort of plugin, and it should not throw exception to the core engine. The OutOfMemory and StackOverflow exception cannot be swallowed, so they absolutely need to be rethrown.

more detail in this book. (http://www.amazon.com/CLR-Via-C-Pro-Developer/dp/0735621632)

alk.</description>
		<content:encoded><![CDATA[<p>Because the task is a sort of plugin, and it should not throw exception to the core engine. The OutOfMemory and StackOverflow exception cannot be swallowed, so they absolutely need to be rethrown.</p>
<p>more detail in this book. (<a href="http://www.amazon.com/CLR-Via-C-Pro-Developer/dp/0735621632" rel="nofollow">http://www.amazon.com/CLR-Via-.....0735621632</a>)</p>
<p>alk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/comment-page-1/#comment-3287</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 02 Aug 2010 21:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/#comment-3287</guid>
		<description>Why should you never throw an exception from a task, and why are OutOfMemory and StackOverflow exempt?

Thanks,
Ben</description>
		<content:encoded><![CDATA[<p>Why should you never throw an exception from a task, and why are OutOfMemory and StackOverflow exempt?</p>
<p>Thanks,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/comment-page-1/#comment-2599</link>
		<dc:creator>DotNetShoutout</dc:creator>
		<pubDate>Sat, 01 Aug 2009 23:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codewrecks.com/blog/index.php/2009/08/01/writing-extension-for-msbuild/#comment-2599</guid>
		<description>&lt;strong&gt;Writing extension for Msbuild - Gian Maria Ricci...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...</description>
		<content:encoded><![CDATA[<p><strong>Writing extension for Msbuild &#8211; Gian Maria Ricci&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

