EfCore.GenericServices.AspNetCore
4.1.1
dotnet add package EfCore.GenericServices.AspNetCore --version 4.1.1
NuGet\Install-Package EfCore.GenericServices.AspNetCore -Version 4.1.1
<PackageReference Include="EfCore.GenericServices.AspNetCore" Version="4.1.1" />
paket add EfCore.GenericServices.AspNetCore --version 4.1.1
#r "nuget: EfCore.GenericServices.AspNetCore, 4.1.1"
// 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.
- ASP.NET Core MVC or Razor pages - copy to
ModelState
. - 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 |
-
.NETStandard 2.0
- EfCore.GenericBizRunner (>= 4.1.0)
- EfCore.GenericServices (>= 3.1.0)
- GenericServices.StatusGeneric (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.1.1)
-
.NETStandard 2.1
- EfCore.GenericBizRunner (>= 4.1.0)
- EfCore.GenericServices (>= 3.1.0)
- GenericServices.StatusGeneric (>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.1.1)
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
|
- Bug fix: Changed to Microsoft.AspNetCore.Mvc.Core to solve issue #4