RestSharp.Serializers.CsvHelper 110.2.1-alpha.0.20

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of RestSharp.Serializers.CsvHelper.
dotnet add package RestSharp.Serializers.CsvHelper --version 110.2.1-alpha.0.20
NuGet\Install-Package RestSharp.Serializers.CsvHelper -Version 110.2.1-alpha.0.20
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="RestSharp.Serializers.CsvHelper" Version="110.2.1-alpha.0.20" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestSharp.Serializers.CsvHelper --version 110.2.1-alpha.0.20
#r "nuget: RestSharp.Serializers.CsvHelper, 110.2.1-alpha.0.20"
#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 RestSharp.Serializers.CsvHelper as a Cake Addin
#addin nuget:?package=RestSharp.Serializers.CsvHelper&version=110.2.1-alpha.0.20&prerelease

// Install RestSharp.Serializers.CsvHelper as a Cake Tool
#tool nuget:?package=RestSharp.Serializers.CsvHelper&version=110.2.1-alpha.0.20&prerelease

About

The RestSharp.Serializers.CsvHelper library provides a CSV serializer for RestSharp. It is based on the CsvHelper library.

How to use

Use the extension method provided by the package to configure the client:

var client = new RestClient(
    options, 
    configureSerialization: s => s.UseCsvHelper()
);

You can also supply your instance of CsvConfiguration as a parameter for the extension method.

var client = new RestClient(
    options, 
    configureSerialization: s => s.UseCsvHelper(new CsvConfiguration(CultureInfo.InvariantCulture) {...})
);
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. 
.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 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 is compatible.  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
110.2.1-alpha.0.20 61 4/5/2024
110.2.1-alpha.0.16 183 10/24/2023
110.2.1-alpha.0.15 63 10/24/2023
110.2.1-alpha.0.13 70 9/13/2023
110.2.1-alpha.0.11 78 8/14/2023
110.2.1-alpha.0.10 81 7/4/2023
110.2.1-alpha.0.9 82 7/4/2023
110.2.1-alpha.0.8 77 7/4/2023
110.2.1-alpha.0.7 76 7/4/2023
110.2.1-alpha.0.6 83 7/4/2023
110.2.1-alpha.0.5 82 7/4/2023
110.2.1-alpha.0.3 74 5/10/2023
110.2.1-alpha.0.2 77 5/3/2023
110.2.1-alpha.0.1 82 4/10/2023
110.2.0 1,455 4/9/2023
110.1.1-alpha.0.7 84 4/9/2023
110.1.1-alpha.0.6 77 4/9/2023
110.1.1-alpha.0.5 79 4/9/2023
110.1.1-alpha.0.4 76 4/8/2023
110.1.0 203 4/4/2023
110.0.1-alpha.0.4 83 4/4/2023
110.0.1-alpha.0.3 81 4/4/2023
110.0.1-alpha.0.2 81 4/4/2023
110.0.1-alpha.0.1 83 4/4/2023
110.0.0 213 4/3/2023
109.0.2-alpha.0.7 83 4/3/2023
109.0.2-alpha.0.6 81 3/31/2023
109.0.2-alpha.0.5 72 3/30/2023
109.0.2-alpha.0.2 81 3/26/2023
109.0.1 248 3/12/2023
109.0.0 223 3/12/2023
109.0.0-preview.2 84 2/17/2023
109.0.0-preview.1 91 11/20/2022
108.0.4-alpha.0.29 83 3/12/2023
108.0.4-alpha.0.28 84 3/12/2023
108.0.4-alpha.0.27 79 3/12/2023
108.0.4-alpha.0.26 79 3/12/2023
108.0.4-alpha.0.25 81 3/12/2023
108.0.4-alpha.0.22 86 1/10/2023
108.0.4-alpha.0.21 84 1/8/2023
108.0.4-alpha.0.20 87 1/8/2023
108.0.4-alpha.0.19 93 1/8/2023
108.0.4-alpha.0.18 91 1/8/2023
108.0.4-alpha.0.17 91 1/8/2023
108.0.4-alpha.0.16 91 12/29/2022
108.0.3 331 11/19/2022
108.0.3-alpha.0.20 86 11/18/2022
108.0.3-alpha.0.19 90 11/18/2022
108.0.3-alpha.0.18 83 11/18/2022
108.0.3-alpha.0.11 98 11/9/2022
108.0.3-alpha.0.10 84 11/8/2022
108.0.3-alpha.0.9 82 11/8/2022
108.0.3-alpha.0.8 80 11/8/2022
108.0.3-alpha.0.5 109 9/22/2022
108.0.3-alpha.0.4 102 9/20/2022
108.0.2 817 9/20/2022
108.0.2-alpha.0.10 116 9/20/2022
108.0.2-alpha.0.9 105 9/20/2022