GenericServices 1.0.6
See the version list below for details.
dotnet add package GenericServices --version 1.0.6
NuGet\Install-Package GenericServices -Version 1.0.6
<PackageReference Include="GenericServices" Version="1.0.6" />
paket add GenericServices --version 1.0.6
#r "nuget: GenericServices, 1.0.6"
// Install GenericServices as a Cake Addin #addin nuget:?package=GenericServices&version=1.0.6 // Install GenericServices as a Cake Tool #tool nuget:?package=GenericServices&version=1.0.6
Generic Services is a .NET class library to help build a service layer, i.e. a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- AutoMapper (>= 3.3.1)
- DelegateDecompiler.EntityFramework (>= 0.15.0)
- EntityFramework (>= 6.1.3)
- GenericLibsBase (>= 1.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Correction:
1. Breaking change in making ForceNeedDecompile protected. This stops the property appearing in json output when used in WebApi etc.
2. Also changed NeedsDecompile to internal for same reason as 1.
3. Uses newer GenericLibsBase with improved status methods.
4. Also updated to latest Entity Framework and AutoMapper