DataAccessClient 8.0.1
dotnet add package DataAccessClient --version 8.0.1
NuGet\Install-Package DataAccessClient -Version 8.0.1
<PackageReference Include="DataAccessClient" Version="8.0.1" />
paket add DataAccessClient --version 8.0.1
#r "nuget: DataAccessClient, 8.0.1"
// 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 | Versions 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. |
-
net6.0
- EntityCloner.Microsoft.EntityFrameworkCore (>= 6.0.0)
-
net7.0
- EntityCloner.Microsoft.EntityFrameworkCore (>= 7.0.0)
-
net8.0
- EntityCloner.Microsoft.EntityFrameworkCore (>= 8.0.0)
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.