If there is further problems you can debug it by installing visual studio integration SDK and downloading the project from svn. Contributions like bug reports and bug fixes are much appreciated by everyone using VisualNunit.
-tommi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was able to figure out what the problem is. In NunitView.cs you don't actually want to iterate over dte.Solution.Projects but dte.Solution. This will allow you to then drill down into solution folders. I have a fix coded up, but don't know how you'd like to see my change.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm considering using your tool. It looks great, but I have a small issue with NUnit View.
The projects organized under solutions folders don't show up in the NUnit View "Projects" drop down.
Did you notice? Do you plan fixing? Or maybe want some coding contribution?
Best regards,
Frédéric
Replied in the other thread.
-tommi
If there is further problems you can debug it by installing visual studio integration SDK and downloading the project from svn. Contributions like bug reports and bug fixes are much appreciated by everyone using VisualNunit.
-tommi
I was able to figure out what the problem is. In NunitView.cs you don't actually want to iterate over dte.Solution.Projects but dte.Solution. This will allow you to then drill down into solution folders. I have a fix coded up, but don't know how you'd like to see my change.
Nice job. I have added you to project so you can commit your fix to svn. Post something when done and I will take a look.
-tommi
OK, I just checked into trunk.
Thumbs up. Lets see if we can push out a bug fix release this weekend.
-tommi
Nice job. Released your fix/improvement as 1.0.2.
-tommi