I saw the suggested link :
What is the difference between a “build” and a “rebuild” in Visual Studio?
in stackOverflow but theres something strange :
I have project with many library dlls. ( projects)
If i add even a space into one *.cs file , and press build on th project – it scans all
the files in the project ( i see some outbput message for the other files – meaning that it scans them)
but in the article it says – ONLY THE CHANGED FILE
my inspection is : ALL THE SPECIFC PROJECT FILES WHERE THE ALTERED CS FILE
p.s. : what about reference to other projects? Does they always rebuild ?
i.e. : Project DLL A has reference to Project Dll B
when i Build A – does B also REbuilds ?
1 Answer