AutoClutch.AutoCore 4.5.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoClutch.AutoCore --version 4.5.1
NuGet\Install-Package AutoClutch.AutoCore -Version 4.5.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="AutoClutch.AutoCore" Version="4.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoClutch.AutoCore --version 4.5.1
#r "nuget: AutoClutch.AutoCore, 4.5.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 AutoClutch.AutoCore as a Cake Addin
#addin nuget:?package=AutoClutch.AutoCore&version=4.5.1

// Install AutoClutch.AutoCore as a Cake Tool
#tool nuget:?package=AutoClutch.AutoCore&version=4.5.1

AutoClutch core logic.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AutoClutch.AutoCore:

Package Downloads
AutoClutch.AutoRepo

AutoClutch.AutoRepo is a simple generic repository for Entity Framework 6 that can be used to save you coding time when creating a data layer.

AutoClutch.AutoService

AutoClutch.AutoRepo and AutoService is a simple generic repository and generic service for Entity Framework 6 that can be used to save you coding time when creating a data layer. AutoClutch.AutoService is the business logic layer abstraction on top of the repository. This includes auditing support provided by the 'Tracker-Enabled-DbContext' library. Also includes Linq.Dynamic support from the Microsoft (MS-PL) library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0 3,037 12/6/2018
4.6.0 2,835 5/8/2018
4.5.6 2,049 1/27/2017
4.5.3 1,458 1/19/2017
4.5.2 939 1/19/2017
4.5.1 1,646 1/18/2017
4.5.0 2,335 1/5/2017

- v4.5.1
- Added a IValidation interface for developers who will want to run validation rules in the IService's Add and Update methods.
- v4.5
- Initial commit of core logic for AutoClutch.