Detecting missing using statements?
How do i use resharper to scan and find code that are missing using statements and causing memory leaks? I tried using the solution wide analysis tool but that didn't find the code that needed the using statement.
Please sign in to leave a comment.