Visual Studio Missing Warnings
        Posted  
        
            by coffeeaddict
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by coffeeaddict
        
        
        
        Published on 2010-04-19T21:55:43Z
        Indexed on 
            2010/04/19
            22:13 UTC
        
        
        Read the original article
        Hit count: 480
        
Anyone find where when you open a certain solution (that contains multiple projects) and compile that you're not seen some warnings that your collegues see when compiling the exact same solution at the exact same state? The code is the same.
I depend highly on the warnings as a shortcut to find unused methods, etc. But I get nothing during compile.. only a couple based on references to user controls, etc.
© Stack Overflow or respective owner