Tewr / BlazorFileReader

Library for creating read-only file streams from file input elements or drop targets in Blazor.
MIT License
426 stars 61 forks source link

Net6 support #184

Closed Tewr closed 2 years ago

Tewr commented 2 years ago

Replace classic FieldOffset interop method with framework stream implementation. Using the same chunking method as before, for now

Proposition that fixes #183