devhome icon indicating copy to clipboard operation
devhome copied to clipboard

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

Open DefaultRyan opened this issue 1 year ago • 0 comments

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

DefaultRyan avatar Sep 12 '24 18:09 DefaultRyan