DataAccessClient 8.0.1

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

// Install DataAccessClient as a Cake Tool
#tool nuget:?package=DataAccessClient&version=8.0.1

Be careful, this version contains a breaking change with DateTime and Nullable<DateTime> properties. They will not default to utc in database. You have to correct this yourself with a custom convention. See documentation on github.

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DataAccessClient:

Package Downloads
DataAccessClient.EntityFrameworkCore.SqlServer

Provides implementation for Data Access with EntityFrameworkCore.SqlServer. It provides implementation for IRepository<T> and DbContext. It also provides extension methods for IServiceCollection to easily adding types to .NET Core DependencyInjection. Is also supports using multiple DbContexts within same IUnitOfWork.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.1 105 1/22/2024
8.0.0 89 1/13/2024
7.0.1 2,420 12/2/2022
7.0.0 354 11/11/2022
6.0.0 1,901 11/16/2021
0.0.8 2,875 4/2/2020
0.0.7 583 4/2/2020
0.0.6 650 3/7/2020
0.0.5 675 3/6/2020
0.0.4 617 2/22/2020
0.0.1 1,048 10/15/2019
0.0.1-alpha-1 320 10/4/2019