Zq.EFCoreRepository 1.1.8

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
#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

EntityFrameworkCore仓储封装

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 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. 
.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

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 669 5/7/2022
1.1.7 287 1/6/2022
1.1.6 292 1/6/2022
1.1.5 289 1/5/2022
1.1.4 308 12/30/2021
1.1.3 288 12/27/2021
1.1.2 429 11/9/2021
1.1.1 400 5/17/2021
1.1.0 437 11/11/2020
1.0.2.3 438 10/19/2020
1.0.2.2 430 10/13/2020
1.0.2.1 450 10/13/2020
1.0.2 526 9/23/2020
1.0.1.9 511 9/19/2020
1.0.1.8 399 9/17/2020
1.0.1.7 440 8/14/2020
1.0.1.6 432 8/14/2020
1.0.1.5 488 8/14/2020
1.0.1.4 486 12/6/2019
1.0.1.3 503 7/15/2019
1.0.1.2 515 7/14/2019
1.0.1.1 502 7/13/2019
1.0.1 562 6/2/2019
1.0.0.9 574 6/1/2019
1.0.0.8 567 6/1/2019
1.0.0.7 542 5/31/2019
1.0.0.6 554 5/30/2019
1.0.0.5 548 5/30/2019
1.0.0.4 543 3/15/2019
1.0.0.3 587 3/7/2019
1.0.0.2 735 10/22/2018
1.0.0.1 672 10/22/2018
1.0.0 740 9/29/2018

1.优化Substring,添加comparisonType参数;
2.优化GetAssemblies;
3.重载ToLambda扩展方法;优化ToObject扩展方法;
4.升级部分nuget包;