dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Log warning and remove paths that do not exist from search directories #232

Closed dansiegel closed 3 years ago

dansiegel commented 3 years ago

Description

Currently if you provide a path for Images to process, but the path does not exist this will result in an unhandled DirectoryNotFoundException. This resolves the issue by validating that the path exists and logging a warning when a directory cannot be found at a given path.