Small helper library that helps setting up IoC for BlazorFileReader by exposing the extension method AddFileReader on Microsoft.Extensions.DependencyInjection.IServiceCollection.
For use with Blazor WebAssembly projects only. Not necessary nor compatible with Server-side Blazor projects.
Stream & FileStream drop-in replacement with insert-mode as opposed to override-mode and with delete operation. See example @ https://github.com/PawelStroinski/EditableStream
TxFileSystem is a transactional file system wrapper using the .NET file system abstraction from System.IO.Abstractions.
Use this file system wrapper in combination with System.Transactions.TransactionScope to perform transactional operations on:
● Files,
● Directories,
● FileStreams.
All other...
More information