dxCompany.Data.Http 2026.8.17.1

dotnet add package dxCompany.Data.Http --version 2026.8.17.1
                    
NuGet\Install-Package dxCompany.Data.Http -Version 2026.8.17.1
                    
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="dxCompany.Data.Http" Version="2026.8.17.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="dxCompany.Data.Http" Version="2026.8.17.1" />
                    
Directory.Packages.props
<PackageReference Include="dxCompany.Data.Http" />
                    
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 dxCompany.Data.Http --version 2026.8.17.1
                    
#r "nuget: dxCompany.Data.Http, 2026.8.17.1"
                    
#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 dxCompany.Data.Http@2026.8.17.1
                    
#: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=dxCompany.Data.Http&version=2026.8.17.1
                    
Install as a Cake Addin
#tool nuget:?package=dxCompany.Data.Http&version=2026.8.17.1
                    
Install as a Cake Tool

dxCompany Library

Core shared libraries for dxCompany products. dxCompany.Data is a lean LINQ-to-SQL data access layer with pluggable database providers.

Installation

Install the provider package for your database — that is the entry point:

  • SQL ServerdxCompany.Data.SqlServer
  • SQLitedxCompany.Data.Sqlite
  • PostgreSQLdxCompany.Data.Postgres
  • HTTP client / OAuth2 (optional) → dxCompany.Data.Http

Each of these pulls in the shared dxCompany.Data runtime automatically as a dependency.

Do not add a direct reference to dxCompany.Data. It is a shared library that arrives transitively through the provider package. A direct reference is what forces the "update dxCompany.Data before the provider" ordering during upgrades — because NuGet lets a direct reference override the version the provider asks for. Reference only the provider package and a single update pulls the matching dxCompany.Data with it.

To upgrade, update the provider package (dxCompany.Data.SqlServer / .Sqlite / .Postgres / .Http); the matching dxCompany.Data comes along automatically.

Usage

Refer to package documentation and project-specific guides.

Support

This package is provided for authorized use only. See LICENSE.txt for terms.

Product Compatible and additional computed target framework versions.
.NET 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 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 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. 
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
2026.8.17.1 104 8/18/2026
2026.8.16.1 91 8/18/2026
2026.8.11.1 101 8/11/2026
2026.8.10.4 91 8/11/2026
2026.8.10.3 86 8/10/2026
2026.8.10.1 91 8/10/2026
2026.8.6.1 93 8/6/2026
2026.8.3.2 115 8/3/2026
2026.8.3.1 104 8/3/2026
2026.8.1.2 107 8/2/2026
2026.8.1.1 107 8/2/2026
2026.7.31.1 105 8/1/2026
2026.7.26.1 99 7/27/2026
2026.7.19.1 107 7/22/2026
2026.7.18.1 100 7/18/2026
2026.7.6.1 116 7/6/2026
2026.7.5.1 111 7/5/2026
2026.6.27.1 113 6/27/2026
2026.5.14.1 111 5/15/2026
2026.5.13.1 107 5/13/2026
Loading failed