I'm running into a frustrating issue with nUnit 3. I believe this issue was also happening with nUnit 2, but it's happening more frequently now.
In VS2015 upon compiling I will suddenly lose half of my unit tests in the Test Explorer after a build. A clean build or visual studio restart will fix it, but that's really annoying in a large solution. I haven't determined why some tests continue to show up and others disappear - a comparison of the project files show they are using the identical libraries and project settings.
I am using nUnit3 with the nUnit3 test adapter installed as an extension as well as the nuget package (tried nuget package only, tests don't show up)