Eric Lipper talks about this in his blog: Why are unused directives not a warning? .
This will result in many warnings that are not really problems. The C # compiler only tries to warn you if there really is a potential problem with the code. If there were too many unimportant warnings, people will start to ignore them.
, Visual Studio, , using, , .