You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like CloudBlobClient.GetBlobReferenceFromServer() can throw a StorageException, but the call isn't inside a try/catch (to be converted to a 'false' response for FileExists().
The virtual provider/file calling code could wrap all virtual handlers in a try/catch to ensure that exceptions don't kill the pipeline. It would have "fixed" this problem, but also might mask errors in the individual plugins.
No description provided.
The text was updated successfully, but these errors were encountered: