Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`File.GetLastWriteTimeUtc` can throw several exceptions. One of them (`NotSupportedException`) was not covered in our catch clauses. This exception was observed in microsoft/WindowsAppSDK#1525, where an invalid path string was being provided. When this exception is caught, the file is considered unavailable, and we log the path in the up-to-date check output. This will unblock further diagnosis.
- Loading branch information