Fix Rust parity: CompleteIndex, DriveDiscovery using, NtfsDrive.DevicePath, UsnWatcher.RunShared
#1
by anshdadhich - opened
Fixes:
- IndexStore: Rename Finalize() β CompleteIndex() (CS0465 fix, Object.Finalize collision)
- DriveDiscovery: Add missing
using System;for StringComparison - NtfsDrive: Add DevicePath auto-property to match Rust NtfsDrive struct
- UsnWatcher: Add RunShared() for CLI checkpoint-save loop, add Run() sync method
- App.xaml.cs, MainWindow.xaml.cs: Update all calls to use CompleteIndex()
anshdadhich changed pull request status to open