An IFileSystem implementation which allows simple-to-use retry functionallity with the FileSystem
Install-Package FileSystemRetry
- For dependency injection you can call
services.AddRetryFileSystem()
- You can also create your own
RetryPolicy
and send it to the functionservices.AddRetryFileSystem(retryPolicy)
- For more examples and information please consult the
SampleWorker
project or theFileSystemRetry.Tests
project.
- Fork it (https://github.com/javitolin/FileSystemRetry/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Distributed under the MIT license.