DevAccelerateCoreEF 5.0.0

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

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.

DevAccelerateSecurityFacade

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

DevAccelerateListsEF

An EntityFrameworkCore implementation of DevAccelerateLists repositories.

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 733 8/24/2023
7.0.1-preview6.0 314 7/13/2023
7.0.1-preview4.2 234 6/19/2023
7.0.1-preview4.0 197 6/18/2023
7.0.1-preview3.0 199 4/14/2023
7.0.1-preview2.5 311 4/13/2023
7.0.1-preview2.4 265 4/12/2023
7.0.1-preview2.3 327 4/10/2023
7.0.1-preview2.1 253 3/9/2023
7.0.1-preview2.0 234 2/19/2023
7.0.1-preview1.8 253 1/22/2023
7.0.1-preview1.6 259 1/1/2023
7.0.1-preview1.5 482 12/24/2022
7.0.1-preview1.4 261 12/24/2022
7.0.1-preview1.3 254 12/23/2022
7.0.1-preview1.2 260 12/23/2022
7.0.1-preview1.1 245 12/22/2022
7.0.1-preview1.0 229 12/22/2022
6.5.0 5,370 10/30/2022
Loading failed

This release contains the following primary changes:

1) Added log and exception handling methods to the DaEntityRepositoryBase class.
2) Upgraded NuGet packages.