DevAccelerateCore 2.0.1

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

// Install DevAccelerateCore as a Cake Tool
#tool nuget:?package=DevAccelerateCore&version=2.0.1

DevAccelerate Core is the core library of DevAccelerate with set of base classes and interfaces. Every other DevAccelerate library depends on DevAccelerate Core.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (38)

Showing the top 5 NuGet packages that depend on DevAccelerateCore:

Package Downloads
DevAccelerateCoreEF

DevAccelerateCoreEF provides common classes for using Microsoft EntityFrameworkCore in DevAccelerate.

DevAccelerateIdentity

Provides base functionality in terms of identity management.

DevAccelerateEnterpriseSecurity

DevAccelerateEnterpriseSecurity provides additional enterprise-level security and SaaS-specific features such as multi-tenancy, subscription management, user agreements, etc.

DevAccelerateEnterpriseSecurityEF

EntityFrameworkCore implementation of DevAccelerate EnterpriseSecurity library.

DevAccelerateLists

Provides interfaces and base functionality for lists of common entities such as generic lists, currencies, countries, time zones, etc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.1-preview6.5 298 8/24/2023
7.0.1-preview6.0 144 7/13/2023
7.0.1-preview4.2 93 6/19/2023
7.0.1-preview4.0 69 6/18/2023
7.0.1-preview3.0 85 4/14/2023
7.0.1-preview2.5 169 4/13/2023
7.0.1-preview2.4 168 4/12/2023
7.0.1-preview2.3 165 4/10/2023
7.0.1-preview2.1 118 3/9/2023
7.0.1-preview2.0 92 2/19/2023
7.0.1-preview1.8 107 1/22/2023
7.0.1-preview1.6 107 1/1/2023
7.0.1-preview1.5 327 12/24/2022
7.0.1-preview1.4 96 12/24/2022
7.0.1-preview1.3 93 12/23/2022
7.0.1-preview1.2 93 12/23/2022
7.0.1-preview1.1 95 12/22/2022
7.0.1-preview1.0 96 12/22/2022
7.0.0-preview9 4,693 12/22/2022
7.0.0-preview7 5,069 12/21/2022
7.0.0-preview6 4,037 12/20/2022
7.0.0-preview5 5,214 12/17/2022
7.0.0-preview2 5,596 11/20/2022
7.0.0-preview10 4,708 12/22/2022
7.0.0-preview1 4,685 11/13/2022
6.5.0 9,073 10/30/2022
6.3.0 11,441 2/10/2022
6.2.0 2,346 1/8/2022
6.1.0 6,490 1/1/2022
6.0.2 6,327 12/17/2021
6.0.1 5,848 12/16/2021
6.0.0 5,999 12/13/2021

1) Made the library more lightweight.
2) Types related to files, mials, identity, and lists have been removed. They will be delivered as separate GitHub projects and Nuget packages.
3) General optimization and bug fixes.