You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call CloseInterface() on a PIEDevice object I've been using, I get the following exception: System.PlatformNotSupportedException: 'Thread abort is not supported on this platform.'
Here is calling code (part of a function that cleans up after a device has been disconnected):
This is using the PIEHidNetCore library within a WPF application built with .NET 8.0. I have previously used the same code, unmodified, using the PIEHid64Net library under a previous version of .NET. I recently updated my project to use .NET 8 and switched to the PIEHidNetCore library. I have not had any other issues besides this.
The text was updated successfully, but these errors were encountered:
When I call CloseInterface() on a PIEDevice object I've been using, I get the following exception:
System.PlatformNotSupportedException: 'Thread abort is not supported on this platform.'
Here is calling code (part of a function that cleans up after a device has been disconnected):
This is using the PIEHidNetCore library within a WPF application built with .NET 8.0. I have previously used the same code, unmodified, using the PIEHid64Net library under a previous version of .NET. I recently updated my project to use .NET 8 and switched to the PIEHidNetCore library. I have not had any other issues besides this.
The text was updated successfully, but these errors were encountered: