Crping.EntityFramework
5.12.0
dotnet add package Crping.EntityFramework --version 5.12.0
NuGet\Install-Package Crping.EntityFramework -Version 5.12.0
<PackageReference Include="Crping.EntityFramework" Version="5.12.0" />
<PackageVersion Include="Crping.EntityFramework" Version="5.12.0" />
<PackageReference Include="Crping.EntityFramework" />
paket add Crping.EntityFramework --version 5.12.0
#r "nuget: Crping.EntityFramework, 5.12.0"
#:package Crping.EntityFramework@5.12.0
#addin nuget:?package=Crping.EntityFramework&version=5.12.0
#tool nuget:?package=Crping.EntityFramework&version=5.12.0
.net core entity framework tools and web api tools
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETStandard 2.1
- Crping.EntityFramework.Common (>= 5.4.1)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.EntityFrameworkCore (>= 5.0.6)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Crping.EntityFramework:
| Package | Downloads |
|---|---|
|
Crping.Authorize.BLL
Package Description |
|
|
Crping.EntityFramework.WebApi
For .Net Core 3.1 WebApi BaseController |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.12.0 | 684 | 6/15/2021 |
| 5.11.0 | 543 | 5/27/2021 |
| 5.10.0 | 1,031 | 5/21/2021 |
| 5.9.0 | 962 | 5/18/2021 |
| 5.8.1 | 1,765 | 4/7/2021 |
| 5.8.0 | 509 | 4/2/2021 |
| 5.7.0 | 1,290 | 3/12/2021 |
| 5.6.0 | 547 | 3/10/2021 |
| 5.5.5 | 1,461 | 1/11/2021 |
| 5.5.4 | 596 | 1/7/2021 |
| 5.5.3 | 1,673 | 1/4/2021 |
| 5.5.2 | 589 | 12/31/2020 |
| 5.5.1 | 747 | 12/25/2020 |
| 5.5.0 | 806 | 12/24/2020 |
| 5.4.7 | 603 | 12/21/2020 |
| 5.4.6 | 615 | 12/21/2020 |
| 5.4.5 | 621 | 12/21/2020 |
| 5.4.4 | 643 | 12/18/2020 |
| 5.4.3 | 639 | 12/18/2020 |
| 5.4.2 | 629 | 12/8/2020 |
5.4.0:代码改动较大,已分拆出基础接口和方法到项目:Crping.EntityFramework.Common
5.4.1:修改WebApi默认基类中的分页列表路由, 默认的CRUD方法名加上Async后缀
5.4.2:默认GetListAsync() 方法改回路由list
5.4.3:WebApiBaseBLL支持logger
5.4.4:EFCore 升级到 5.0.1
5.4.5:BaseDAL添加ExistAsync(),CountAsync()
5.4.6:BaseDAL添加MaxAsync(),MinAsync()
5.4.7:BaseBLL添加PaginationObject()
5.5.0:将WebApiBaseController移至新项目
5.5.1:修改查询列表相关参数与默认值
5.5.2:UpdateAsync相关方法添加可选排除更新属性
5.5.3:重载UpdateAsync,以适合WebApi的基础调用
5.5.4:BaseDAL增加:FirstOrDefaultAsync 方法
5.5.5:WebApiBaseBLL增加:FirstOrDefaultAsync, ExistAsync, CountAsync, MaxAsync, MinAsync 方法,BaseBLL添加Error(object)
5.6.0:添加Create,Exist同步方法
5.7.0:添加Count,GetRawList,GetList,SaveChanges同步方法,批量创建同步异步方法,EFCore 升级到 5.0.4
5.8.0:为DAL、BLL添加Update同步方法
5.8.1:为DAL、BLL的GetRawList,GetRawListAsync添加rows参数
5.9.0:为BLL添加Find,FindAsync方法,升级EFCore引用(2021-05-18)
5.10.0:BLL层添加分布式缓存
5.11.0:新增GetKvpsAsync方法与接口到DAL,BLL
5.12.0:添加QueryOptions类,并新增GetKvpsAsync重载方法,优化泛型命名