filipw / Strathweb.AspNetCore.AzureBlobFileProvider

MIT License
55 stars 22 forks source link

GetFileInfo should not throw if the file does not exist #14

Closed mssteele closed 5 years ago

mssteele commented 5 years ago

AzureBlobFileProvider.GetFileInfo(string subpath) should not throw if the file does not exist. Instead it should return an IFileInfo object with property Exists == false.

Fixes: https://github.com/filipw/Strathweb.AspNetCore.AzureBlobFileProvider/issues/13