Closed
Description
- Build
Microsoft.CmdPal.UI
- change nothing
- Build it again
expected:
nothing should build, and it should immediately complete the build
actual:
it builds the project again, which is not quick
This makes the debugging inner loop much slower.
I noticed this probably back in ~early 0.91. Usually this is due to some content file not having the right CopyToOutputDirectory
properties set.