chinhdo / txFileManager

.NET Transactional File Manager is a .NET Standard library that allows you to enlist file operations (file/folder copies, writes, deletes, appends, etc.) in distributed transactions.
MIT License
111 stars 13 forks source link

Test and fix for async/await issue #29

Closed chinhdo closed 3 years ago

chinhdo commented 3 years ago

Creating a PR from @developermj 's branch for him.