ErrorUnit can help you debug your application by automatically creating Unit Tests that recreate the situation leading up to the error. Not only reproducing the parameters that were passed to the Method that failed, but the static or private class variables, and the data accessed so far by Entity Framework. ErrorUnit guides you through the References that need to be installed; enabling Errors in Development, QA, and Production to generate MSTest, xUnit or NUnit Unit Tests. We are in an Beta release, so any issues at all please tell us, we want to get it perfect! Currently we have compatibility libraries for SimpleInject, PostSharp, Autofac, log4net, and Elmah for IoC/AOP, and Error logging respectively; more coming as fast as we can program them. Request which ones you want done first, or any other features by tweeting @johngoldinc ! We have started github projects that ErrorUnit is compatible with for IoC and error logging integration at http://github.com/johngoldinc If you make one put it up on github and tweet us; we'll give you attribution, and a free licence to ErrorUnit. Quick Start The ErrorUnit icon in the Solution Explorer will open the tool Read http://johngoldinc.com/Help for help with integrating ErrorUnit libraries into your project If you want this tool for Visual Studio 2017 and not 2015 go to ErrorUnit for Visual Studio 2017 |