ms-iot / azure-client-tools

Azure Client Tools
Other
43 stars 37 forks source link

Obsolete code in DeviceExplorer #11

Closed HowardEdidin closed 5 years ago

HowardEdidin commented 5 years ago

'RegistryManager.GetDevicesAsync(int)' is obsolete: 'Use CreateQuery("select * from devices", pageSize);' DeviceExplorer

Because of this you cannot use an enumeration. The entire function would need to be modified.

gmileka commented 5 years ago

Hi HowardEdidin,

Same like the other issue, DeviceExplorer lives here: https://github.com/Azure/azure-iot-sdk-csharp. Please, feel free to open issues about DeviceExplorer there.

thanks, George Mileka

HowardEdidin commented 5 years ago

Hi George,

The code is correct there. Shouldn't it be the same in both repositories?