Consider making _GetProjectReferenceTargetFrameworkProperties target incremental #2309
Labels
Area: Common Targets
Area: Debuggability
Issues impacting the diagnosability of builds, including logging and clearer error messages.
triaged
Currently when building a codebase the second time the only target we see built from scratch is:
Building target "_GetProjectReferenceTargetFrameworkProperties" completely.
I realize that it's possibly by design but it would be really convenient if that target somehow specified inputs and outputs if at all possible. This way we can simply search the build log for "Building target completely" and if we didn't find it, it means the build was fully incremental with no unnecessary rebuilding.
This is the only target that I see currently always "rebuilding", even though it may be by design.
This is a nice to have.
The text was updated successfully, but these errors were encountered: