Francesco Benetton

Results 4 issues of Francesco Benetton

Hello everybody. Is there any change to implement for supporting restic v0.14 and its new big feature "Compression"? I think nothing special for daily usage, but maybe something new is...

Almost all the methods in IFileStorage, in the different implementations, catches exception without analyzing errors and returns null or false. This can lead to mis-interpretation of the result. For example,...

enhancement
help wanted

I've found a potential source of bugs: the class `Foundatio.Utility.DataDictionary` exposes a static readonly field `Empty` to represent empty dictionaries, but it's instance is not readonly, so values can be...

This PR changes GetFileStreamAsync, GetFileInfoAsync, and ExistsAsync. The changes test for precise response status code, in order to avoid silent catching of particular S3 errors. All tests passes, but not...