LumenWorksCsvReader 4.0.0

dotnet add package LumenWorksCsvReader --version 4.0.0                
NuGet\Install-Package LumenWorksCsvReader -Version 4.0.0                
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="LumenWorksCsvReader" Version="4.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LumenWorksCsvReader --version 4.0.0                
#r "nuget: LumenWorksCsvReader, 4.0.0"                
#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.
// Install LumenWorksCsvReader as a Cake Addin
#addin nuget:?package=LumenWorksCsvReader&version=4.0.0

// Install LumenWorksCsvReader as a Cake Tool
#tool nuget:?package=LumenWorksCsvReader&version=4.0.0                

An extended version of LumenWorks.Frameworks.IO

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net20 is compatible.  net35 is compatible.  net40 was computed.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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.
  • .NETFramework 2.0

    • No dependencies.
  • .NETFramework 3.5

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETStandard 1.3

  • .NETStandard 2.0

    • No dependencies.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on LumenWorksCsvReader:

Package Downloads
CMSImport

CMSImport helps you import content or members from any datasource into Umbraco CMS.

VelocityDBExtensions

Extensions to VelocityDB for efficient LINQ index/BTree queries, AzureSession file API usage with Microsoft Azure, import/export to/from CSV and JSON, Sync, GeoHash, Compressed Bitmap and RTree.

Xenhey.BPM.Core.DotNet

Package Description

ZuoraMagic

Easy access to various Zuora APIs.

YahooStockQuotes

Easily get stock quotes and historical prices from the Yahoo Finance API

GitHub repositories (7)

Showing the top 5 popular GitHub repositories that depend on LumenWorksCsvReader:

Repository Stars
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
dotnetprojects/DotNetSiemensPLCToolBoxLibrary
Library to Access Siemens PLCs and Step5/Step7 Project Files
shr670377723/CommunityServer-master
Version Downloads Last updated
4.0.0 5,431,945 3/24/2018
3.9.1 1,169,629 4/9/2016
3.9.0 157,400 6/20/2015
3.8.3 26,257 3/22/2015
3.8.2 78,566 3/27/2014

Support .NET Framework 2.0+ and .NET Standard 1.3+
Use DateTime.TryParseExact if needed (@milcondoin)
Override column capability (@spintronic)
Fix handling of duplicate headers (@jonreis)
Reduced exception overhead (@spintronic)
Added NullBytesRemoval functionality to reduce memory usage and runtime (@andrewpsy)
Use StringBuilder instead of string concatenation to speed up reading of huge cell (@andrewpsy)
Fixed: Exception in GetFieldType() when hasHeaders is false (@molopony)
Fixed: Exception when reading data and hasHeaders is false (@molopony)
Fixed: ArgumentOutOfRangeException when hasHeaders is false (@molopony)