DevAccelerateCoreEF 4.3.2

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DevAccelerateCoreEF --version 4.3.2
NuGet\Install-Package DevAccelerateCoreEF -Version 4.3.2
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="DevAccelerateCoreEF" Version="4.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevAccelerateCoreEF --version 4.3.2
#r "nuget: DevAccelerateCoreEF, 4.3.2"
#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 DevAccelerateCoreEF as a Cake Addin
#addin nuget:?package=DevAccelerateCoreEF&version=4.3.2

// Install DevAccelerateCoreEF as a Cake Tool
#tool nuget:?package=DevAccelerateCoreEF&version=4.3.2

Provides common classes for using Microsoft Entity Framework in DevAccelerate libraries.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on DevAccelerateCoreEF:

Package Downloads
DevAccelerateEnterpriseSecurityEF

EntityFrameworkCore implementation of DevAccelerate EnterpriseSecurity library.

DevAccelerateIdentityEF

Provides ASP.NET Identity and EntityFrameworkCore implementation for DevAccelerate Identity.

DevAccelerateListsEF

An EntityFrameworkCore implementation of DevAccelerateLists repositories.

DevAccelerateSecurityFacade

A facade library that simplifies security APIs. It works on top of DeAaccelerateIdenitty and DevAccelerateEnterpriseSecurity.

DevAccelerateProfilesEF

Provides EntityFrameworkCore implementation of the DevAccelerateProfiles library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1-preview6.5 295 8/24/2023
7.0.1-preview6.0 140 7/13/2023
7.0.1-preview4.2 91 6/19/2023
7.0.1-preview4.0 69 6/18/2023
7.0.1-preview3.0 74 4/14/2023
7.0.1-preview2.5 167 4/13/2023
7.0.1-preview2.4 108 4/12/2023
7.0.1-preview2.3 172 4/10/2023
7.0.1-preview2.1 107 3/9/2023
7.0.1-preview2.0 90 2/19/2023
7.0.1-preview1.8 98 1/22/2023
7.0.1-preview1.6 96 1/1/2023
7.0.1-preview1.5 324 12/24/2022
7.0.1-preview1.4 94 12/24/2022
7.0.1-preview1.3 94 12/23/2022
7.0.1-preview1.2 96 12/23/2022
7.0.1-preview1.1 92 12/22/2022
7.0.1-preview1.0 87 12/22/2022
7.0.0-preview9 2,710 12/22/2022
7.0.0-preview7 2,845 12/21/2022
7.0.0-preview6 1,895 12/20/2022
7.0.0-preview5 3,209 12/17/2022
7.0.0-preview2 3,332 11/20/2022
7.0.0-preview10 2,671 12/22/2022
7.0.0-preview1 2,663 11/13/2022
6.5.0 4,786 10/30/2022
6.3.0 7,316 2/10/2022
6.1.0 4,466 1/1/2022
6.0.2 3,321 12/17/2021
6.0.1 3,203 12/16/2021
6.0.0 3,232 12/13/2021

This release contains the following primary changes:

1) Support for .NET 4.5, 4.6, and 4.7.
2) Strongly-named.
3) Added ThrowIfDisposed and ThrowIfArgumentIsNull method to the DaEntityRepositoryBase class.