If i reference unused assembly using the /r flag in the command prompt the csc will ignore it.
so what if i reference unused assemblies via the IDE will it show the same behavior ?
and what if i am using other c# compilers other than Microsoft's csc ?