<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NUnitForVS Work Item Rss Feed</title><link>http://www.codeplex.com/NUnitForVSt.aspx?ProjectName=nunitforvsts</link><description>NUnitForVS Work Item Rss Description</description><item><title>Created Issue: TestCase with type information doesn't show or run correctly [25315]</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=25315</link><description>A test that is defined as follows&amp;#58;&lt;br /&gt;&lt;br /&gt;        &amp;#91;TestCase&amp;#40;typeof&amp;#40;int&amp;#41;&amp;#41;&amp;#93;&lt;br /&gt;        public void TestNUnitForVS&amp;#40;Type type&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Console.WriteLine&amp;#40;type.ToString&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;&lt;br /&gt;shows in the test view as &amp;#34;Int32&amp;#41;&amp;#34; and when trying to run it, the result is &amp;#34;Not Runnable&amp;#34;.  This test shows up and runs fine in the NUnit GUI.&lt;br /&gt;</description><author>shiften</author><pubDate>Thu, 12 Nov 2009 04:54:19 GMT</pubDate><guid isPermaLink="false">Created Issue: TestCase with type information doesn't show or run correctly [25315] 20091112045419A</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: 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>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><item><title>Commented Issue: OutOfMemoryException in large solutions</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=19844</link><description>I Installed the tool today and I really liked it but as soon as I  tried to load a large solution  &amp;#40;109 projects&amp;#41; VS2008 Pro SP1  crashed with a OutOfMemoryException.  I tested with different solutions on different machines and same result.  As soon as the solution is large it takes forever loading and VS crashes before seeing the end of it.  Seems like a memory leak...&lt;br /&gt;Comments: A lot of loading and reflection has been removed. This should result in less memory consumpyion. Do however note that mstest contains a full test list. This memory usage, we can't improve on.</description><author>rolfhuisman</author><pubDate>Thu, 23 Jul 2009 20:26:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: OutOfMemoryException in large solutions 20090723082644P</guid></item><item><title>Commented Issue: Installing NUnitForVS breaks Web Tests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=20578</link><description>If you have any VS Web Tests in your project once you install NUnitForVS you can no longer open or run them.  I uninstalled and could then open them.  This is in Visual Studio Team Edition 2008 sp1&lt;br /&gt;Comments: This was because of the Gallio fix. Calling the TMI to save, results in the tmi locking up</description><author>rolfhuisman</author><pubDate>Thu, 23 Jul 2009 20:25:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Installing NUnitForVS breaks Web Tests 20090723082529P</guid></item><item><title>Closed Task: Add UnitTests</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=20241</link><description>Since we plan to add some refactorings, it is advisable that we add some unittests.&lt;br /&gt;Comments: Resolved with changeset 57061.</description><author>rolfhuisman</author><pubDate>Thu, 23 Jul 2009 12:46:16 GMT</pubDate><guid isPermaLink="false">Closed Task: Add UnitTests 20090723124616P</guid></item><item><title>Closed Issue: Place comments in Classes</title><link>http://nunitforvs.codeplex.com/WorkItem/View.aspx?WorkItemId=20240</link><description>Since many of the classes arn&amp;#39;t documented. It would be nice if there whould be some comments&lt;br /&gt;Comments: Resolved with changeset 57061.</description><author>rolfhuisman</author><pubDate>Thu, 23 Jul 2009 12:46:14 GMT</pubDate><guid isPermaLink="false">Closed Issue: Place comments in Classes 20090723124614P</guid></item><item><title>Commented Issue: Does not support protected methods marked as [SetUp]</title><link>http://nunitforvsts.codeplex.com/WorkItem/View.aspx?WorkItemId=21971</link><description>I am using the S&amp;#35;arpArchitecture library and in its test base classes it defines a protected virtual SetUp&amp;#40;&amp;#41; method. When trying to execute tests that inherit from one of these base classes NUnitForVS fails the test with the error&amp;#58;&lt;br /&gt;&lt;br /&gt;NUnitTestAdapter throws exception&amp;#58; System.Exception, Method has wrong signature&amp;#58; SharpArch.Testing.NUnit.NHibernate.RepositoryTestsBase, SetUp&lt;br /&gt;&lt;br /&gt;These tests execute and pass using both the NUnit GUI and the NUnit console.&lt;br /&gt;Comments: ** Comment from web user: fmorriso ** &lt;p&gt;Add another vote for fixing this from a another &amp;#34;S&amp;#35;arpie&amp;#34;.&lt;/p&gt;</description><author>fmorriso</author><pubDate>Mon, 18 May 2009 16:39:27 GMT</pubDate><guid isPermaLink="false">Commented Issue: Does not support protected methods marked as [SetUp] 20090518043927P</guid></item><item><title>Created Issue: Does not support protected methods marked as [SetUp]</title><link>http://nunitforvsts.codeplex.com/WorkItem/View.aspx?WorkItemId=21971</link><description>I am using the S&amp;#35;arpArchitecture library and in its test base classes it defines a protected virtual SetUp&amp;#40;&amp;#41; method. When trying to execute tests that inherit from one of these base classes NUnitForVS fails the test with the error&amp;#58;&lt;br /&gt;&lt;br /&gt;NUnitTestAdapter throws exception&amp;#58; System.Exception, Method has wrong signature&amp;#58; SharpArch.Testing.NUnit.NHibernate.RepositoryTestsBase, SetUp&lt;br /&gt;&lt;br /&gt;These tests execute and pass using both the NUnit GUI and the NUnit console.&lt;br /&gt;</description><author>philruelle</author><pubDate>Wed, 08 Apr 2009 08:45:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Does not support protected methods marked as [SetUp] 20090408084503A</guid></item><item><title>Commented Issue: Place comments in Classes</title><link>http://nunitforvsts.codeplex.com/WorkItem/View.aspx?WorkItemId=20240</link><description>Since many of the classes arn&amp;#39;t documented. It would be nice if there whould be some comments&lt;br /&gt;Comments: Associated with changeset 47773.</description><author>rolfhuisman</author><pubDate>Wed, 04 Mar 2009 15:14:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Place comments in Classes 20090304031400P</guid></item></channel></rss>