<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NUnitForVS</title><link>http://nunitforvs.codeplex.com/Project/ProjectRss.aspx</link><description>NUnitForVS is a NUnit integration in Visual Studio 2008. Compared to other NUnit runners for Visual Studio that allow you to just run the tests, NUnitForVS integrates NUnit tests in Visual Studio U...</description><item><title>Commented Issue: Doesn't work with Visual Studio 2008 on Windows 7 (x64) [24564]</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24564</link><description>I installed NUnitForVS and it shows up on the Visual Studio splash screen and in the About box.  However, the test&amp;#39;s don&amp;#39;t show up in the Test View window.  The project is .NET 3.5.&lt;br /&gt;&lt;br /&gt;I tried to Repair with the installer and it errored that .NET 2.0 was not installed.  Also, when I tried to uninstall it, the installer also gave a .NET 2.0 error.&lt;br /&gt;Comments: ** Comment from web user: shiften ** &lt;p&gt;I think this was me not having build the solution after adding the test project.  The Test View window says there are no tests after cleaning the solution.&lt;/p&gt;&lt;p&gt;This would probably fixed if if the documentation was changed to say the solution has to be built before any tests show up.  Currently the home page says they should just show up after changing the .csproj and reloading.&lt;/p&gt;</description><author>shiften</author><pubDate>Sat, 10 Oct 2009 13:38:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: Doesn't work with Visual Studio 2008 on Windows 7 (x64) [24564] 20091010013804P</guid></item><item><title>Created Issue: Code coverage doesn't work as expected when the tests are in a different project. [24860]</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24860</link><description>I was trying to use VSTS code coverage with my tests and had added a .testrunconfig file and selected all of the available project assemblies to instrument.  When I ran the tests, the only assembly with results was the one with the unit tests and none of the code being tested.&lt;br /&gt;&lt;br /&gt;I found a workaround here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.diligentsoftware.com&amp;#47;blog&amp;#47;2009&amp;#47;08&amp;#47;code-coverage-in-visual-studio-team.aspx&lt;br /&gt;&lt;br /&gt;Is there a way to make this work as expected&amp;#63;&lt;br /&gt;</description><author>shiften</author><pubDate>Sat, 10 Oct 2009 13:31:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Code coverage doesn't work as expected when the tests are in a different project. [24860] 20091010013151P</guid></item><item><title>Commented Issue: Doesn't work with Visual Studio 2008 on Windows 7 (x64) [24564]</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24564</link><description>I installed NUnitForVS and it shows up on the Visual Studio splash screen and in the About box.  However, the test&amp;#39;s don&amp;#39;t show up in the Test View window.  The project is .NET 3.5.&lt;br /&gt;&lt;br /&gt;I tried to Repair with the installer and it errored that .NET 2.0 was not installed.  Also, when I tried to uninstall it, the installer also gave a .NET 2.0 error.&lt;br /&gt;Comments: ** Comment from web user: rolfhuisman ** &lt;p&gt;I am currently unable to validate your issue. Can you send me a copy of your solution &amp;#63;&lt;/p&gt;</description><author>rolfhuisman</author><pubDate>Tue, 06 Oct 2009 14:53:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Doesn't work with Visual Studio 2008 on Windows 7 (x64) [24564] 20091006025303P</guid></item><item><title>Created Issue: Doesn't work with Visual Studio 2008 on Windows 7 (x64) [24564]</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24564</link><description>I installed NUnitForVS and it shows up on the Visual Studio splash screen and in the About box.  However, the test&amp;#39;s don&amp;#39;t show up in the Test View window.  The project is .NET 3.5.&lt;br /&gt;&lt;br /&gt;I tried to Repair with the installer and it errored that .NET 2.0 was not installed.  Also, when I tried to uninstall it, the installer also gave a .NET 2.0 error.&lt;br /&gt;</description><author>shiften</author><pubDate>Mon, 07 Sep 2009 17:02:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Doesn't work with Visual Studio 2008 on Windows 7 (x64) [24564] 20090907050252P</guid></item><item><title>Created Issue: Fails Ignored tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24456</link><description>Unit tests with the &amp;#91;Ignore&amp;#93; NUnit attribute are failed instead of being skipped.&lt;br /&gt;</description><author>brendan</author><pubDate>Thu, 27 Aug 2009 02:39:47 GMT</pubDate><guid isPermaLink="false">Created Issue: Fails Ignored tests 20090827023947A</guid></item><item><title>Commented Issue: Code Coverage ignores NUnit Tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24200</link><description>Installed NUnit Test for VSTS 5.1.&lt;br /&gt;Environment has NUnit 2.4.8, 2.5, 2.5.1, VSTS 2008 Architect, VSTS 2008 Development, VSTS Team Explorer, ReSharper 4.5, plus other stuff.&lt;br /&gt;Added some NUnit tests to an existing Test project containing 250&amp;#43; MS Test tests.&lt;br /&gt;Ran all the tests in the project. All the tests passed including the NUnit ones &amp;#40;listed with a different icon to the MS Test ones&amp;#41;.&lt;br /&gt;Opened code coverage.&lt;br /&gt;All the code tested by the NUnit tests is shown with 0&amp;#37; coverage. The actual NUnits tests show coverage results, just not the code being tested.&lt;br /&gt;Comments: ** Comment from web user: IanChamberlain ** &lt;p&gt;I&amp;#39;m not using the ReSharper unit test runner, but the MS Test runner. They have completely different launch mechanisms and separate UIs. Also ReSharper doesn&amp;#39;t integrate to include code coverage, which is where the problem is. &lt;/p&gt;&lt;p&gt;In the test project I was running there were approximately 270 MS Test tests. The code being tested is in a separate project. I then added 5 NUnit tests with NUnit Test for VSTS installed. In the UI the NUnit tests showed up with a &amp;#34;N&amp;#34; icon as opposed to the normal MS Test icon.&lt;/p&gt;&lt;p&gt;As ReSharper is one of the most widely used plugins around I would suggest that NUnit Test for VSTS should be able to co-exist. JetBrains are very good with free licenses for open source projects if you need an install for testing. See http&amp;#58;&amp;#47;&amp;#47;www.jetbrains.com&amp;#47;resharper&amp;#47;buy&amp;#47;buy.jsp&amp;#35;openSource.&lt;/p&gt;</description><author>IanChamberlain</author><pubDate>Mon, 10 Aug 2009 21:41:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: Code Coverage ignores NUnit Tests 20090810094158P</guid></item><item><title>Updated Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31381</link><description>&lt;div class="wikidoc"&gt;A new version with a lot of changes:&lt;br /&gt;1. NUnit 2.5 (latest stable)&lt;br /&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br /&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br /&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;br /&gt;5. Contains a new PLK (fix for the alpha version)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 15:04:27 GMT</pubDate><guid isPermaLink="false">Updated Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009) 20090810030427P</guid></item><item><title>Released: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31381</link><description>&lt;div&gt;A new version with a lot of changes:&lt;br&gt;1. NUnit 2.5 (latest stable)&lt;br&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;br&gt;5. Contains a new PLK (fix for the alpha version)&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Mon, 10 Aug 2009 15:04:27 GMT</pubDate><guid isPermaLink="false">Released: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009) 20090810030427P</guid></item><item><title>Updated Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31381</link><description>&lt;div class="wikidoc"&gt;A new version with a lot of changes:&lt;br /&gt;1. NUnit 2.5 (latest stable)&lt;br /&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br /&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br /&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;br /&gt;5. Contains a new PLK&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 15:03:59 GMT</pubDate><guid isPermaLink="false">Updated Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009) 20090810030359P</guid></item><item><title>Updated Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31381</link><description>&lt;div class="wikidoc"&gt;A new version with a lot of changes:&lt;br /&gt;1. NUnit 2.5 (latest stable)&lt;br /&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br /&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br /&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 15:02:33 GMT</pubDate><guid isPermaLink="false">Updated Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009) 20090810030233P</guid></item><item><title>Created Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=31380</link><description>&lt;div class="wikidoc"&gt;A new version with a lot of changes:&lt;br /&gt;1. NUnit 2.5 (latest stable)&lt;br /&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br /&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br /&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 15:00:12 GMT</pubDate><guid isPermaLink="false">Created Release: Support for; NUnit 2.5, Team Build 2008 (Aug 10, 2009) 20090810030012P</guid></item><item><title>Source code checked in, #57926</title><link>http://nunitforvs.codeplex.com/SourceControl/changeset/view/57926</link><description>Updated PLK for Beta</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 14:58:42 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57926 20090810025842P</guid></item><item><title>Updated Release: Support for; NUnit 2.5, Team Build 2008 (Jul 23, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30558</link><description>&lt;div class="wikidoc"&gt;A new version with a lot of changes:&lt;br /&gt;1. NUnit 2.5 (latest stable)&lt;br /&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br /&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br /&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 14:57:46 GMT</pubDate><guid isPermaLink="false">Updated Release: Support for; NUnit 2.5, Team Build 2008 (Jul 23, 2009) 20090810025746P</guid></item><item><title>Updated Release: Support for; NUnit 2.5, Team Build 2008 (Jul 23, 2009)</title><link>http://nunitforvs.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=30558</link><description>&lt;div class="wikidoc"&gt;A new version with a lot of changes:&lt;br /&gt;1. NUnit 2.5 (latest stable)&lt;br /&gt;2. Support for 2008 Team build (install on the: build server, TFS server, and client for now)&lt;br /&gt;3. Using of the NUnit Testloader which should make it suitable for large projects&lt;br /&gt;4. Reordering of tests in the adapter, which should make the test execution order behave like NUnit (instead of MSTest).&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 14:56:13 GMT</pubDate><guid isPermaLink="false">Updated Release: Support for; NUnit 2.5, Team Build 2008 (Jul 23, 2009) 20090810025613P</guid></item><item><title>Closed Issue: Code Coverage ignores NUnit Tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24200</link><description>Installed NUnit Test for VSTS 5.1.&lt;br /&gt;Environment has NUnit 2.4.8, 2.5, 2.5.1, VSTS 2008 Architect, VSTS 2008 Development, VSTS Team Explorer, ReSharper 4.5, plus other stuff.&lt;br /&gt;Added some NUnit tests to an existing Test project containing 250&amp;#43; MS Test tests.&lt;br /&gt;Ran all the tests in the project. All the tests passed including the NUnit ones &amp;#40;listed with a different icon to the MS Test ones&amp;#41;.&lt;br /&gt;Opened code coverage.&lt;br /&gt;All the code tested by the NUnit tests is shown with 0&amp;#37; coverage. The actual NUnits tests show coverage results, just not the code being tested.&lt;br /&gt;Comments: Closed as No-repro. If the senario is proven without resharper and a solution is included the issue can be reopend.</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 14:12:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Code Coverage ignores NUnit Tests 20090810021245P</guid></item><item><title>Commented Issue: Code Coverage ignores NUnit Tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24200</link><description>Installed NUnit Test for VSTS 5.1.&lt;br /&gt;Environment has NUnit 2.4.8, 2.5, 2.5.1, VSTS 2008 Architect, VSTS 2008 Development, VSTS Team Explorer, ReSharper 4.5, plus other stuff.&lt;br /&gt;Added some NUnit tests to an existing Test project containing 250&amp;#43; MS Test tests.&lt;br /&gt;Ran all the tests in the project. All the tests passed including the NUnit ones &amp;#40;listed with a different icon to the MS Test ones&amp;#41;.&lt;br /&gt;Opened code coverage.&lt;br /&gt;All the code tested by the NUnit tests is shown with 0&amp;#37; coverage. The actual NUnits tests show coverage results, just not the code being tested.&lt;br /&gt;Comments: ** Comment from web user: rolfhuisman ** &lt;p&gt;Given the current version whe are not able to reproduce the scenario you described without ReSharper 4.5 installed.&lt;/p&gt;&lt;p&gt;Since Resharper 4.5 supports running NUnit tests in the resharper test framework &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.jetbrains.com&amp;#47;resharper&amp;#47;features&amp;#47;unit_testing.html&amp;#41;, we are not sure that you are currently using the NUnitForVS test adapter to run the tests.&lt;/p&gt;</description><author>rolfhuisman</author><pubDate>Mon, 10 Aug 2009 14:08:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Code Coverage ignores NUnit Tests 20090810020849P</guid></item><item><title>Commented Issue: Code Coverage ignores NUnit Tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24200</link><description>Installed NUnit Test for VSTS 5.1.&lt;br /&gt;Environment has NUnit 2.4.8, 2.5, 2.5.1, VSTS 2008 Architect, VSTS 2008 Development, VSTS Team Explorer, ReSharper 4.5, plus other stuff.&lt;br /&gt;Added some NUnit tests to an existing Test project containing 250&amp;#43; MS Test tests.&lt;br /&gt;Ran all the tests in the project. All the tests passed including the NUnit ones &amp;#40;listed with a different icon to the MS Test ones&amp;#41;.&lt;br /&gt;Opened code coverage.&lt;br /&gt;All the code tested by the NUnit tests is shown with 0&amp;#37; coverage. The actual NUnits tests show coverage results, just not the code being tested.&lt;br /&gt;Comments: ** Comment from web user: IanChamberlain ** &lt;p&gt;This is a make or break for adopting NUnit instead of MS Test in our environment.&lt;/p&gt;</description><author>IanChamberlain</author><pubDate>Wed, 05 Aug 2009 09:04:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Code Coverage ignores NUnit Tests 20090805090427A</guid></item><item><title>Created Issue: Code Coverage ignores NUnit Tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=24200</link><description>Installed NUnit Test for VSTS 5.1.&lt;br /&gt;Environment has NUnit 2.4.8, 2.5, 2.5.1, VSTS 2008 Architect, VSTS 2008 Development, VSTS Team Explorer, ReSharper 4.5, plus other stuff.&lt;br /&gt;Added some NUnit tests to an existing Test project containing 250&amp;#43; MS Test tests.&lt;br /&gt;Ran all the tests in the project. All the tests passed including the NUnit ones &amp;#40;listed with a different icon to the MS Test ones&amp;#41;.&lt;br /&gt;Opened code coverage.&lt;br /&gt;All the code tested by the NUnit tests is shown with 0&amp;#37; coverage. The actual NUnits tests show coverage results, just not the code being tested.&lt;br /&gt;</description><author>IanChamberlain</author><pubDate>Tue, 04 Aug 2009 14:37:14 GMT</pubDate><guid isPermaLink="false">Created Issue: Code Coverage ignores NUnit Tests 20090804023714P</guid></item><item><title>Closed Issue: Setup does not installs ItemTemplate</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=17360</link><description>Setup does not installs ItemTemplate&lt;br /&gt;</description><author>rolfhuisman</author><pubDate>Thu, 23 Jul 2009 20:27:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: Setup does not installs ItemTemplate 20090723082740P</guid></item><item><title>Commented Issue: VSTS unit tests no longer work</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=17783</link><description>After installing nunit for vs, when I open a project with VSTS unit tests and try to run them Visual Studio gives me an Object Reference Not Set error.&lt;br /&gt;Comments: Whould work now</description><author>rolfhuisman</author><pubDate>Thu, 23 Jul 2009 20:27:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: VSTS unit tests no longer work 20090723082720P</guid></item></channel></rss>