c# - Why does Visual Studio recompile non dirty projects? -


I have a solution with some projects with dependency.

When I have a project and recompile, Visual Studio compiles all the projects again, even if I have changed them (or any of their predecessors) or not

I only # Using projects I tried to clean out the output - no change I checked the dates of my files - no future date.

Has anyone seen this behavior? Is there Any treatment for this?

A possible reason for this problem is incorrect timing stamps on your files; check the files in your project and Make sure they are not stamped at some point in the future.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -