EfCore.GenericServices.AspNetCore 4.1.1

.NET Standard 2.0
dotnet add package EfCore.GenericServices.AspNetCore --version 4.1.1
NuGet\Install-Package EfCore.GenericServices.AspNetCore -Version 4.1.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.AspNetCore" Version="4.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EfCore.GenericServices.AspNetCore --version 4.1.1
#r "nuget: EfCore.GenericServices.AspNetCore, 4.1.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.AspNetCore as a Cake Addin
#addin nuget:?package=EfCore.GenericServices.AspNetCore&version=4.1.1

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

This library provides converters from EfCore.GenericService and EfCore.GenericBizRunner status results to into two ASP.NET Core formats.

  1. ASP.NET Core MVC or Razor pages - copy to ModelState.
  2. ASP.NET Core Web API - form correct HTTP response.

The library also contains code for unit/integration testing of code that uses EfCore.GenericService or EfCore.GenericBizRunner in ASP.NET Core controllers. See information at end of the Readme file.

*NOTE: If you are interested in using EfCore.GenericService or EfCore.GenericBizRunner in Web APIs then see the article "How to write good, testable ASP.NET Core Web API code quickly" for more information.

MIT licence

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
EntityServices

Package Description

GitHub repositories (2)

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

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
4.1.1 15,843 6/19/2020
4.1.0 4,271 3/18/2020
4.0.0 2,857 10/14/2019
4.0.0-preview001 355 2/28/2020
3.0.2 20,770 9/5/2018
3.0.1 901 8/31/2018
3.0.0 961 8/22/2018
2.0.0 993 8/14/2018
1.2.1 904 7/30/2018
1.2.0 771 7/25/2018
1.1.0 1,817 6/7/2018
1.0.0 980 4/12/2018

- Bug fix: Changed to Microsoft.AspNetCore.Mvc.Core to solve issue #4