For now, the method GetDatabaseItemAsync() throws an exception if the requested key is not found in the available namespaces. However this leads to a huge reporting in AppCenter. Mostly the webcams key is missing because no webcam is defined. However, that's not an issue so we should not throw an ArgumentOutOfRangeException by default.
For now, the method
GetDatabaseItemAsync()
throws an exception if the requested key is not found in the available namespaces. However this leads to a huge reporting inAppCenter
. Mostly thewebcams
key is missing because no webcam is defined. However, that's not an issue so we should not throw anArgumentOutOfRangeException
by default.