Zq.EFCoreRepository
1.1.8
.NET 5.0
.NET Standard 2.1
dotnet add package Zq.EFCoreRepository --version 1.1.8
NuGet\Install-Package Zq.EFCoreRepository -Version 1.1.8
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="Zq.EFCoreRepository" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zq.EFCoreRepository --version 1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Zq.EFCoreRepository, 1.1.8"
#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 Zq.EFCoreRepository as a Cake Addin
#addin nuget:?package=Zq.EFCoreRepository&version=1.1.8
// Install Zq.EFCoreRepository as a Cake Tool
#tool nuget:?package=Zq.EFCoreRepository&version=1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
EntityFrameworkCore仓储封装
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 | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | 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.
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore.Sqlite (>= 5.0.13)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.13)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 5.0.10)
- Oracle.EntityFrameworkCore (>= 5.21.4)
- Pomelo.EntityFrameworkCore.MySql (>= 5.0.3)
-
net5.0
- Microsoft.EntityFrameworkCore.Sqlite (>= 5.0.13)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.13)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 5.0.10)
- Oracle.EntityFrameworkCore (>= 5.21.4)
- Pomelo.EntityFrameworkCore.MySql (>= 5.0.3)
-
net6.0
- Microsoft.EntityFrameworkCore.Sqlite (>= 6.0.4)
- Microsoft.EntityFrameworkCore.SqlServer (>= 6.0.4)
- Microsoft.Extensions.Configuration.Binder (>= 6.0.0)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 6.0.4)
- Oracle.EntityFrameworkCore (>= 6.21.61)
- Pomelo.EntityFrameworkCore.MySql (>= 6.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.
Version | Downloads | Last updated |
---|---|---|
1.1.8 | 473 | 5/7/2022 |
1.1.7 | 206 | 1/6/2022 |
1.1.6 | 231 | 1/6/2022 |
1.1.5 | 205 | 1/5/2022 |
1.1.4 | 221 | 12/30/2021 |
1.1.3 | 205 | 12/27/2021 |
1.1.2 | 357 | 11/9/2021 |
1.1.1 | 326 | 5/17/2021 |
1.1.0 | 352 | 11/11/2020 |
1.0.2.3 | 353 | 10/19/2020 |
1.0.2.2 | 354 | 10/13/2020 |
1.0.2.1 | 368 | 10/13/2020 |
1.0.2 | 450 | 9/23/2020 |
1.0.1.9 | 433 | 9/19/2020 |
1.0.1.8 | 319 | 9/17/2020 |
1.0.1.7 | 361 | 8/14/2020 |
1.0.1.6 | 361 | 8/14/2020 |
1.0.1.5 | 418 | 8/14/2020 |
1.0.1.4 | 405 | 12/6/2019 |
1.0.1.3 | 417 | 7/15/2019 |
1.0.1.2 | 421 | 7/14/2019 |
1.0.1.1 | 422 | 7/13/2019 |
1.0.1 | 477 | 6/2/2019 |
1.0.0.9 | 478 | 6/1/2019 |
1.0.0.8 | 472 | 6/1/2019 |
1.0.0.7 | 461 | 5/31/2019 |
1.0.0.6 | 470 | 5/30/2019 |
1.0.0.5 | 466 | 5/30/2019 |
1.0.0.4 | 458 | 3/15/2019 |
1.0.0.3 | 489 | 3/7/2019 |
1.0.0.2 | 635 | 10/22/2018 |
1.0.0.1 | 584 | 10/22/2018 |
1.0.0 | 627 | 9/29/2018 |
1.优化Substring,添加comparisonType参数;
2.优化GetAssemblies;
3.重载ToLambda扩展方法;优化ToObject扩展方法;
4.升级部分nuget包;