<?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: Setting up NUnit for C# Unit Testing with Visual Studio C# Express 2008</title>
	<atom:link href="http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sat, 04 Jun 2011 10:24:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: gov</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-6501</link>
		<dc:creator>gov</dc:creator>
		<pubDate>Wed, 09 Mar 2011 23:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-6501</guid>
		<description>Hey , thanks very much , it was very much clear. I followed step by step and achieved what i want to be.Once again thanks.</description>
		<content:encoded><![CDATA[<p>Hey , thanks very much , it was very much clear. I followed step by step and achieved what i want to be.Once again thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-3854</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 29 Aug 2010 19:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-3854</guid>
		<description>Hey, thanks Martijn!  I couldn&#039;t figure out how to get this working in VS 2008 Standard, but it turns out I was just referencing the wrong DLL.  You saved me a lot of money, as I was about to go by the Professional edition *just* for unit testing.  Again, thanks!</description>
		<content:encoded><![CDATA[<p>Hey, thanks Martijn!  I couldn&#8217;t figure out how to get this working in VS 2008 Standard, but it turns out I was just referencing the wrong DLL.  You saved me a lot of money, as I was about to go by the Professional edition *just* for unit testing.  Again, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raul Zuluaga</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-3639</link>
		<dc:creator>Raul Zuluaga</dc:creator>
		<pubDate>Wed, 11 Aug 2010 14:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-3639</guid>
		<description>Very helpful. Thank you. 

It worked: Using VS 2010 Express edition and NUnit 2.5.7</description>
		<content:encoded><![CDATA[<p>Very helpful. Thank you. </p>
<p>It worked: Using VS 2010 Express edition and NUnit 2.5.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tommy w</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-3323</link>
		<dc:creator>tommy w</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-3323</guid>
		<description>Great work, also works with 2010 Express when turning off &quot;Basic settings&quot; ( http://www.nuclex.org/blog/2-gamedev/98-visual-studio-2010 )</description>
		<content:encoded><![CDATA[<p>Great work, also works with 2010 Express when turning off &#8220;Basic settings&#8221; ( <a href="http://www.nuclex.org/blog/2-gamedev/98-visual-studio-2010" >http://www.nuclex.org/blog/2-gamedev/98-visual-studio-2010</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niranjan Kumar</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-2407</link>
		<dc:creator>Niranjan Kumar</dc:creator>
		<pubDate>Mon, 01 Mar 2010 06:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-2407</guid>
		<description>It works for me . Thanks !!</description>
		<content:encoded><![CDATA[<p>It works for me . Thanks !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakbor</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-2365</link>
		<dc:creator>Hakbor</dc:creator>
		<pubDate>Sun, 21 Feb 2010 16:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-2365</guid>
		<description>This works fine.
But to get the NUnit to use my current tests (and not the old ones) , it is not sufficient to Build (F6) the test project; I have to Run it (F5).
Is this the best practice, or have I missed something ?</description>
		<content:encoded><![CDATA[<p>This works fine.<br />
But to get the NUnit to use my current tests (and not the old ones) , it is not sufficient to Build (F6) the test project; I have to Run it (F5).<br />
Is this the best practice, or have I missed something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martijn</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1752</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1752</guid>
		<description>Each project should have its own set of unit tests.</description>
		<content:encoded><![CDATA[<p>Each project should have its own set of unit tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hakbor</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1750</link>
		<dc:creator>Hakbor</dc:creator>
		<pubDate>Wed, 16 Dec 2009 10:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1750</guid>
		<description>This seems great, but one question is if there is a good idea to have one nunit project per C# project, or if there should be one nunit project for all C# projects.</description>
		<content:encoded><![CDATA[<p>This seems great, but one question is if there is a good idea to have one nunit project per C# project, or if there should be one nunit project for all C# projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abera</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1678</link>
		<dc:creator>Abera</dc:creator>
		<pubDate>Sun, 29 Nov 2009 03:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1678</guid>
		<description>Thank you guys, it was really helpful and clear guide for me</description>
		<content:encoded><![CDATA[<p>Thank you guys, it was really helpful and clear guide for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VuuRWerK</title>
		<link>http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/comment-page-1/#comment-1379</link>
		<dc:creator>VuuRWerK</dc:creator>
		<pubDate>Mon, 21 Sep 2009 20:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=292#comment-1379</guid>
		<description>This short (and great) guide is better then the NUnit Documentation self :)
Respect and thank you!</description>
		<content:encoded><![CDATA[<p>This short (and great) guide is better then the NUnit Documentation self <img src='http://www.dijksterhuis.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Respect and thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

