madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
238 stars 23 forks source link

Up-To-Date Check Verbose does not seem to do anything #118

Open jwfx opened 1 year ago

jwfx commented 1 year ago

Describe the bug Enabling Up-To-Date Check Verbose does not alter the log output of MSBuild in VS2022 (17.5.3)

To Reproduce

  1. Enable Up-To-Date Check Verbose
  2. Modify anything in a project
  3. Build it

Expected behavior There should be log entries in the output similar to what is shown here https://github.com/madskristensen/Tweakster#up-to-date-check-verbose

I actually don't know, what the output should look like, since I have never seen it working with VS2022.

It is very hard to find information about this, but does the U2DCheckVerbosity setting even still do anything for VS 2022?

valhristov commented 1 year ago

I suspect this was broken with Fast Up To Date Check that was recently added to VS...