NUnit Addins with Resharper 5
        Posted  
        
            by madgnome
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by madgnome
        
        
        
        Published on 2010-06-14T11:58:45Z
        Indexed on 
            2010/06/14
            12:02 UTC
        
        
        Read the original article
        Hit count: 361
        
The latest Resharper (v5) version is based on native NUnit code and allows NUnit addins.
I have a NUnit addin that works fine in NUnit GUI but I can not make it work with Resharper. Based on R# indication I have put my addins library in %ResharperPath%\Bin\addins but I doesn't work, my tests are marked as Ignored.
Question: How to run the NUnit addins with ReSharper?
© Stack Overflow or respective owner