AsyncBinaryReaderWriter icon indicating copy to clipboard operation
AsyncBinaryReaderWriter copied to clipboard

AsyncBinaryReader and AsyncBinaryWriter for .NET

Results 4 AsyncBinaryReaderWriter issues
Sort by recently updated
recently updated
newest added

Why are those methods reading and writing 7-bit encoded integers protected? Also missing Int64 variants.

I'm trying to use this in a project that targets 1.3. Is there a specific reason this targets 2.0?

Say no to allocations!

```Install-Package : Could not install package 'Overby.Extensions.AsyncBinaryReaderWriter 1.0.39'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package does not contain any assembly references...

enhancement
help wanted