Top 20 NuGet reader Packages

Reads and writes .NET assemblies and modules, Windows PDBs and Portable PDBs. For better *Windows PDB* writer support, you should add a reference to `Microsoft.DiaSymReader.Native` nuget package too, see the dnlib README for more info: https://github.com/0xd4d/dnlib#windows-pdbs . You don't need to...
A big-endian BinaryReader/Writer implementation for .NET.
Clean & simple, idiomatic C# RegEx-based line parser. RegExtract takes a string and a regular expression template and deserializes to a provided type. Works especially well with records and tuples, but can extract to any type that provides either a `static T Parse(string)` method or a single-string...
SpanReader and SpanWriter which wraps a Span<byte> and provide a convenient functionality for reading and writing.
File parser designed to read text files line-by-line, saving each line's content into basic types vars (int, double, string, etc.).
A Qif Reader for the .Net Standard library
An Umbraco plugin to read epub books online
A set of extensions for optimizing/simplifying System.Threading.Channels usage. Includes: ReadUntilCancelled, ReadAll, ReadAllConcurrently, WriteAll, WriteAllConcurrently, and Pipe operations. Part of the "Open" set of libraries.
Fortnite Replay reader
An ultra-fast expression-based binary serializer/deserializer using pre-emitted serializers/deserializers with support for transmitting types even if they do not exist on the other assembly.
A very simple and extremely fast CSV reader and writer. Supports .NET Framework 2.0 and above, .NET Standard 2.0 and above. Provides a customizable data resolver for reading and writing typed objects directly. Provides many options to control the reading and writing process.
Read Excel 2007 as a CSV file. Works on ASP.Net and Azure.