AgUnit - Silverlight unit testing with ReSharper

If you’re a ReSharper user and Silverlight 4 developer you’ll probably like this add-in that two of my co-workers created. It lets you run your Silverlight unit tests inside the Visual Studio IDE.

agunit[1]

You can get the add-in from Codeplex: http://agunit.codeplex.com/

(requires ReSharper 5 and Silverlight 4)

2 Comments

  • Cool, really useful tool. Thanks.

    Hm... have this error


    ---------------------------
    Message from webpage
    ---------------------------
    Unhandled Error in Silverlight Application
    Code: 2105
    Category: InitializeError
    Message: Failed to load pre-requisites for the application

    ---------------------------
    OK
    ---------------------------

  • outcoldman, make sure you have the right references in your project, the required references are on the AgUnit codeplex page. If it still doesn't work, contact me through codeplex.

Comments have been disabled for this content.