-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Description
Nice project.
I want detect plug-in usb device on 32-bit OS.
If i want use <RuntimeIdentifier>win-x86</RuntimeIdentifier> on csproj and start app on x64 OS, then event rising only one time
if i dont use RuntimeIdentifier or use win-x64, then event rising many times on each device plug in.
CreateEventWatcher works with the same problems - rising only one time for win-x86 RID. I can call Stop and Start methods after each rising event, but it's unreliable