New Version

As some of you have already noticed, the last version of NUnitAddIn expired today.  With impeccable timing my Subversion server ran out of space and 'wedged'.  Luckily I do have backups and local versions on various machines.  To cut a long story short, I have been recovering that rather than getting out a new version for the last 24 hours.

I have uploaded an interim version here whilst I sort out the repository.  You can find the latest version here. Remember to shut down all instances of Visual Studio and uninstall the old version of NUnitAddIn before you install.  You can find a quick way to re-install using the command line here.

Expect documentation and an explanation of the name change in the next few days.

10 Comments

  • Alex,



    It is I'm afraid. Stay posted for a new version.

  • Tests from within VS source window does not work anymore.



    Error :

    Please select a method, class or namespace.





  • yep, it is the same solution

    intellisense is working fine



    just the testing is not working anymore :-((

  • I havent tried the latest versions. what do you mean by "expired"? (ok. I'm stupid)

  • > What do you mean by "expired"?

    >

    It will nag you to upgrade because I don't want to support old versions. ;)

  • That is really odd. Which lanuage are you using?

  • I am using VB.Net, VS 2003 framework 1.1 (no sp1)

    I have made a small project where you can simulate it. If you want it zipped, just let me know. (not that much code really)



    The situation is as follows :

    - The project has 1 public class.

    - The namespacing is done in the properties of the project, not in the actual code itself.



    Namespace project 1 : Bug.Test



    project 1 code :

    Imports NUnit.Framework

    <TestFixture()> _

    Public Class Testit

    <Test()> _

    Public Sub TryATest()

    Assert.IsTrue(True)

    End Sub

    End Class



    error :

    Please select a method, class or namespace.



    When you change the namespace to something different than .test, say .unittest, it works.



    I hope this helps you in tracking it down.

  • Jamie

    small update

    it should be

    Root Namespace : Bug.Test

    Assembly Name : Testbug

    All the rest stays the same

  • hi,your link web of the download page is not found,can you check it?

  • It's been a few days. Is there an explanation of the name change? (I have my suspicions :-)



    Am I correct in saying that the entire system has been migrated to tigris? I certainly like Tigris much more than SourceForge for many reasons. But I do think that a prominent statement over on the SourceForge site is needed, otherwise people will continue to download outdated source from there, submit bugs, think the project is dead because there are bugs that have been commented upon in months, etc.

Comments have been disabled for this content.