![]() |
VOOZH | about |
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" />
<PackageVersion Include="AutoClutch.AutoCore" Version="5.0.0" />Directory.Packages.props
<PackageReference Include="AutoClutch.AutoCore" />Project file
paket add AutoClutch.AutoCore --version 5.0.0
#r "nuget: AutoClutch.AutoCore, 5.0.0"
#:package AutoClutch.AutoCore@5.0.0
#addin nuget:?package=AutoClutch.AutoCore&version=5.0.0Install as a Cake Addin
#tool nuget:?package=AutoClutch.AutoCore&version=5.0.0Install as a Cake Tool
AutoClutch core logic.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package has no dependencies.
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. |
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.