Skip to content

[File Explorer version control] Dev Home should filter out property requests that have nothing to do with Version Control. #3846

Open
@DefaultRyan

Description

@DefaultRyan

Dev Home version

No response

Windows build number

No response

Other software

No response

Steps to reproduce the bug

Enable File Explorer version control integration and watch the GetProperties requests come in with a debugger.

Expected result

Ideally, we wouldn't see unrelated properties coming in at all, but that hope may be unrealistic. At a minimum though, I expect Dev Home Core to filter these property requests out before forwarding them to any extensions.

Actual result

Dev Home forwards these property requests to extensions (e.g. Git) which end up just ignoring them. The actual code inside the Git extension doesn't take much time to ignore the property, but the overhead of the RPC round trip is more notable and should be avoided if possible.

Included System Information

No response

Included Extensions Information

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions