Search Results

1
vote

VSTS Code Coverage bug?

I ran into this once, it is very annoying. In my case, there were a number of dlls not covered, so I ended up estimating blocks/kb for our code base by using the covered dlls information divided b …
0
votes

Problem drawing graphics to user control

Without more information I can't say for sure why you are seeing the difference in behavior (I would suggest you are seeing the same problem since you admit that the debug version doesn't always wo …
1
vote

How to get back a file my SVN client deleted?

If you are looking for the file in VS, it is likely that the file still exists in your directory, but is simply no longer referenced in the project (Since VS will only show you files in your projec …