AutoClutch.AutoCore
5.0.0
dotnet add package AutoClutch.AutoCore --version 5.0.0
NuGet\Install-Package AutoClutch.AutoCore -Version 5.0.0
<PackageReference Include="AutoClutch.AutoCore" Version="5.0.0" />
paket add AutoClutch.AutoCore --version 5.0.0
#r "nuget: AutoClutch.AutoCore, 5.0.0"
// Install AutoClutch.AutoCore as a Cake Addin #addin nuget:?package=AutoClutch.AutoCore&version=5.0.0 // Install AutoClutch.AutoCore as a Cake Tool #tool nuget:?package=AutoClutch.AutoCore&version=5.0.0
AutoClutch core logic.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. 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. |
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.
- v5.0.0
- Added initial support for connecting to OData as a context.
- Incldes the linq2rest library to be able to query OData endpoints with LINQ.
- v4.6.0
- Downgraded .net library requirement to 4.5.0 from 4.5.2 to help compatibility.
- Upgraded dependent nuget packages.
- v4.5.6
- Add ISoftDeletable interface.
- v4.5.3
- Add IService interface.
- Add reference to IService from the IValidation IsValid() method.
- v4.5.2
- Expanded the IValidation interface to handle passing the loggedInUserName, in case this is also used for validation.
- 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.