EfCore.GenericServices 5.2.1

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

// Install EfCore.GenericServices as a Cake Tool
#tool nuget:?package=EfCore.GenericServices&version=5.2.1

EfCore.GenericServices

This library helps you quickly code Create, Read, Update and Delete (CRUD) accesses for a web/mobile/desktop application. It acts as a adapter and command pattern between a database accessed by Entity Framework Core (EF Core) and the needs of the front-end system.

The EfCore.GenericServices library is available on NuGet as EfCore.GenericServices and is an open-source library under the MIT licence. See ReleaseNotes for details of changes and information on each version of EfCore.GenericServices.

NOTE: Version 5.1.0 and above of this library supports multiple versions of EF Core 5.

  • Version 5.1.0 and above supports EF Core 5.10 and EF Core 6.0
  • Version 5.2.0 and above supports EF Core 5.10, EF Core 6.0 and EF Core 7.0
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on EfCore.GenericServices:

Package Downloads
EfCore.GenericServices.AspNetCore

A support library to the EfCore.GenericServices and EfCore.GenericBizRunner libraries. It converts IStatusGeneric into ASP.NET Core's ModelState or Web API response

EntityServices

Package Description

UZB.ELYORBEK.EF

CRUD operations works.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on EfCore.GenericServices:

Repository Stars
JonPSmith/AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
JonPSmith/PermissionAccessControl2
Version 2 of example application to go with articles on feature and data authorization
Version Downloads Last updated
6.0.0 2,067 11/22/2023
5.2.1 15,291 1/3/2023
5.2.0 3,547 11/15/2022
5.2.0-preview001 615 12/8/2022
5.1.1 16,687 2/2/2022
5.1.0 24,551 11/10/2021
5.1.0-preview001 157 11/4/2021
5.0.1 16,005 7/8/2021
5.0.0 18,792 1/6/2021
3.3.0 1,281 6/21/2021
3.2.2 16,884 5/22/2020
3.2.1 3,429 4/11/2020
3.2.0 1,121 4/10/2020
3.1.0 41,479 1/27/2020
3.0.0 5,049 10/12/2019
2.1.0-preview001 1,010 10/4/2019
2.0.3 3,602 7/29/2019
2.0.2 10,969 4/4/2019
2.0.1 4,788 3/10/2019
2.0.0 7,250 1/2/2019
2.0.0-preview001 2,538 12/24/2018
1.3.3 5,525 10/27/2018
1.3.2 1,829 10/22/2018
1.3.1 1,945 9/26/2018
1.3.0 1,900 9/18/2018
1.2.6 9,979 8/18/2018
1.2.4 2,836 7/29/2018
1.2.3 2,050 7/24/2018
1.2.2 1,390 7/16/2018
1.2.1 1,421 7/14/2018
1.1.0 2,044 6/7/2018
1.0.0 2,243 4/12/2018

Fixed problem caused by building the services early. Fix provided by @JonathanQuinth PR #67