What tracing sources should I enable in VS to get more info about this error: "is not up to date. Last build was with unsaved files"

  • Thread starter Thread starter bogdan_mabo
  • Start date Start date
B

bogdan_mabo

Guest
Hello,

I have a large solution and in some environments some C# projects always get re-built, even when nothing has changed. When setting build output verbosity to diagnostics level, VS generates this message before building such a project:


8>Project 'AVST.Tracy' is not up to date. Last build was with unsaved files.


Could you please let me know if there is any additional logging that can be enabled to get more details?

I am using VS 2017 and the project references a managed C++ project which in turns references some unmanaged C++ projects. All references generate the expected message: All outputs are up-to-date


Thank you,

Bogdan






Vasilescu Bogdan

Continue reading...
 
Back
Top