After running: `checkout -filePath speaker.sldasm -checkoutOptions LockReferencedFilesToo` `dir -recursive` displays **inconsistent Version info**: - Referenced parts show `?/x` - Only the assembly shows `2/2` Expected: Version column should be **consistent** for all files (either all resolved or all `?/x`). Example: <img width="1022" height="765" alt="Image" src="https://github.com/user-attachments/assets/209f26ae-eb73-47da-ac0f-e77708e24ebe" />
After running:
checkout -filePath speaker.sldasm -checkoutOptions LockReferencedFilesToodir -recursivedisplays inconsistent Version info:?/x2/2Expected: Version column should be consistent for all files (either all resolved or all
?/x).Example: