Fix Rust parity: CompleteIndex, DriveDiscovery using, NtfsDrive.DevicePath, UsnWatcher.RunShared

#1
by anshdadhich - opened

Fixes:

  1. IndexStore: Rename Finalize() β†’ CompleteIndex() (CS0465 fix, Object.Finalize collision)
  2. DriveDiscovery: Add missing using System; for StringComparison
  3. NtfsDrive: Add DevicePath auto-property to match Rust NtfsDrive struct
  4. UsnWatcher: Add RunShared() for CLI checkpoint-save loop, add Run() sync method
  5. App.xaml.cs, MainWindow.xaml.cs: Update all calls to use CompleteIndex()
anshdadhich changed pull request status to open
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment