HeliosVirtualCockpit / Helios

Helios Distribution
https://github.com/HeliosVirtualCockpit/Helios/wiki
GNU General Public License v3.0
199 stars 34 forks source link

DTSCard deprecated warnings for HidDevice #132

Open derammo opened 4 years ago

derammo commented 4 years ago

No idea what this is, or who uses it, but it will get removed at some point so something needs to be done to either replace it or remove DTSCard support.

1>\Helios\Interfaces\DTSCard\DTSCard.cs(50,17,50,32): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(50,52,50,67): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(50,48,50,69): warning CS0612: 'HidDeviceLoader.HidDeviceLoader()' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(52,46,52,85): warning CS0612: 'HidDeviceLoader.GetDevices(int?, int?, int?, string)' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(54,31,54,50): warning CS0612: 'HidDevice.SerialNumber' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(111,13,111,28): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(111,48,111,63): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(111,44,111,65): warning CS0612: 'HidDeviceLoader.HidDeviceLoader()' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(112,42,112,81): warning CS0612: 'HidDeviceLoader.GetDevices(int?, int?, int?, string)' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(114,21,114,40): warning CS0612: 'HidDevice.SerialNumber' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(50,17,50,32): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(50,52,50,67): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(50,48,50,69): warning CS0612: 'HidDeviceLoader.HidDeviceLoader()' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(52,46,52,85): warning CS0612: 'HidDeviceLoader.GetDevices(int?, int?, int?, string)' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(54,31,54,50): warning CS0612: 'HidDevice.SerialNumber' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(111,13,111,28): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(111,48,111,63): warning CS0612: 'HidDeviceLoader' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(111,44,111,65): warning CS0612: 'HidDeviceLoader.HidDeviceLoader()' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(112,42,112,81): warning CS0612: 'HidDeviceLoader.GetDevices(int?, int?, int?, string)' is obsolete 1>\Helios\Interfaces\DTSCard\DTSCard.cs(114,21,114,40): warning CS0612: 'HidDevice.SerialNumber' is obsolete

Comments:

comment by @derammo on 2019-04-16 18:19:11 +0000 UTC

brydling's DTS Converter http://forums.eagle.ru/showthread.php?t=112902

fear my Google-fu

migrated from https://github.com/BlueFinBima/Helios/issues/132

please make sure to close upstream issue when this item is closed

derammo commented 4 years ago

deprecation warnings suppressed. still nobody knows if we support this or if anyone is able to test?

@HeliosVirtualCockpit/developers ?