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. 
.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 (24)

Showing the top 5 NuGet packages that depend on LumenWorksCsvReader:

Package Downloads
SEOChecker

SEO checker helps you find common SEO issues on your website such as missing meta tags, broken links etc. SEO checker allows you to fix issues on the page before publishing the page. All validations are based on the "Search Engine Optimization Starter Guide" document from Google http://tinyurl.com/yjm24yq check the project page for a full list of validations. SEO checker allows you to preview the Google search result snippet when editing content and will give feedback about keyword usage in content and met information SEO checker will report any inbound link that is broken and will automatically redirect to the correct page when a link pointing to your website uses the wrong extension, php instead of aspx for example and will automatically redirect to the correct page when an editor renames or moves a document. SEO checker allows you to generate meta data based on existing content on the page, can automatically generate robot.txt and sitemap.xml files for you. SEO checker will also automatically solve canonical issues using its own URL Rewrite module.

CMSImport

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

SEOChecker.Core

This package will install the SEO Checker core binaries. These are the binaries to reference in your project during development. Use SEOChecker package if you want to install SEOChecker in your site.

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

GitHub repositories (6)

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

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
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 3,705,627 3/24/2018
3.9.1 1,052,174 4/9/2016
3.9.0 143,054 6/20/2015
3.8.3 24,491 3/22/2015
3.8.2 70,244 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)