Skip to content

Consider making _GetProjectReferenceTargetFrameworkProperties target incremental #2309

Closed
@KirillOsenkov

Description

@KirillOsenkov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: Common TargetsArea: DebuggabilityIssues impacting the diagnosability of builds, including logging and clearer error messages.triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions