appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

[TIMOB-23976] enumerate should just move on when no results found #59

Closed infosia closed 7 years ago

infosia commented 7 years ago

TIMOB-23976

enumerate should just return empty data when no results found with given version. It is because we tend to enumerate across Windows SDK (8.0, 8.1, 10.0) with use of multiple ways (native tooling, ws, wptool) and we don't want to throw error when one of them returns no data.