JJ.Framework.IO.Legacy 0.253.6073

Prefix Reserved
dotnet add package JJ.Framework.IO.Legacy --version 0.253.6073
                    
NuGet\Install-Package JJ.Framework.IO.Legacy -Version 0.253.6073
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JJ.Framework.IO.Legacy" Version="0.253.6073" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JJ.Framework.IO.Legacy" Version="0.253.6073" />
                    
Directory.Packages.props
<PackageReference Include="JJ.Framework.IO.Legacy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JJ.Framework.IO.Legacy --version 0.253.6073
                    
#r "nuget: JJ.Framework.IO.Legacy, 0.253.6073"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package JJ.Framework.IO.Legacy@0.253.6073
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=JJ.Framework.IO.Legacy&version=0.253.6073
                    
Install as a Cake Addin
#tool nuget:?package=JJ.Framework.IO.Legacy&version=0.253.6073
                    
Install as a Cake Tool

JJ.Framework.IO.Legacy

Historic release for compatibility with older projects from 2015, now upgraded to the newest .NET, doc comments everywhere and compatible with code trimming and native compilation.

A version from 2018 is JJ.Framework.IO. That one has more features, but officially only supports an older version of .NET, even though compatibility with newer .NET versions is probably good.

This library contains various file functions, functions for working with streams and working with CSV's.

  • CsvReader: A class for reading out CSV files.
  • StreamHelper: Converts between string, Stream and byte[]. Surprisingly different code is required for converting between those three, and this helper class makes it a bit more consistent.
  • BinaryWriterExtensions: Contains some methods for reading and writing structs to a Stream.

Release Notes

2026-02-26 | 0.250/3.9 : Legacy
  • Full test coverage, and member docs.
  • Release of historic version.
  • Features:
  • CsvReader: lightweight streaming CSV reader
  • StreamHelper: converts between Stream, byte[] and string
  • ReadStruct/WriteStruct: simply read and write structs to streams
  • Bug fix: CsvReader preserves a trailing escaped quotes
  • Bug fix: CsvReader solved crash over trailing new line

💬 Feedback

Got feedback or questions? You can reach me here.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.253.6073 33 4/8/2026
0.252.6001 83 4/4/2026
0.251.5729 91 3/16/2026
0.251.5705 81 3/15/2026
0.250.5600 86 3/13/2026
0.250.5203 103 2/26/2026