ToreAurstadIt.LinqKit.AsyncSupport
1.1.0
dotnet add package ToreAurstadIt.LinqKit.AsyncSupport --version 1.1.0
NuGet\Install-Package ToreAurstadIt.LinqKit.AsyncSupport -Version 1.1.0
<PackageReference Include="ToreAurstadIt.LinqKit.AsyncSupport" Version="1.1.0" />
paket add ToreAurstadIt.LinqKit.AsyncSupport --version 1.1.0
#r "nuget: ToreAurstadIt.LinqKit.AsyncSupport, 1.1.0"
// Install ToreAurstadIt.LinqKit.AsyncSupport as a Cake Addin #addin nuget:?package=ToreAurstadIt.LinqKit.AsyncSupport&version=1.1.0 // Install ToreAurstadIt.LinqKit.AsyncSupport as a Cake Tool #tool nuget:?package=ToreAurstadIt.LinqKit.AsyncSupport&version=1.1.0
LinqKit.AsyncSupport
This is a fork of Linqkit. It uses .Net Framework 4.8 and EF 6.4.4.
It supports async db sets also. It builds upon best practice from three blog articles / web pages which I have tested and assembled into this fork:
- http://blogs.msdn.com/mattwar/archive/2007/07/31/linq-building-an-iqueryable-provider-part-ii.aspx
- http://tomasp.net/blog/linq-expand.aspx
- http://www.albahari.com/nutshell/linqkit.html
Use this fork to use AsExpandable() to modify expression trees to allow for example method calls in EF. You can also use async methods of EF and async await patterns with this fork.
<hr />
Last update 05.02.2021, Tore Aurstad tore.aurstad@gmail.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Supported framework and EF version is .Net Framework 4.8 and EF 6.4.4.