Class library are a bit harder to debug compared to dialog based or command line based application. After deciding to use NUnit I was using a dialog based application to instentiate my class library debugging, however there is a much easier way of doing that
1) Create class library with unit tests
2) Take properties of the [...]
Filed under: .net development | Tagged: class library debugging, debugging, nunit, testing, unit tests, visual studio | Leave a Comment »


