NeinLinq.EntityFrameworkCore
5.0.1
NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors.
To support different LINQ implementations, the following flavours are available. Choose at least one.
- Use NeinLinq for plain LINQ queries
- Use NeinLinq.Async for async LINQ queries
- Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries
- Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries
Install-Package NeinLinq.EntityFrameworkCore -Version 5.0.1
dotnet add package NeinLinq.EntityFrameworkCore --version 5.0.1
<PackageReference Include="NeinLinq.EntityFrameworkCore" Version="5.0.1" />
paket add NeinLinq.EntityFrameworkCore --version 5.0.1
#r "nuget: NeinLinq.EntityFrameworkCore, 5.0.1"
// Install NeinLinq.EntityFrameworkCore as a Cake Addin
#addin nuget:?package=NeinLinq.EntityFrameworkCore&version=5.0.1
// Install NeinLinq.EntityFrameworkCore as a Cake Tool
#tool nuget:?package=NeinLinq.EntityFrameworkCore&version=5.0.1
Release Notes
Improved handling of dynamic lambda factories.
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 3.1.0)
- NeinLinq (>= 5.0.1)
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore (>= 5.0.0)
- NeinLinq (>= 5.0.1)
-
net5.0
- Microsoft.EntityFrameworkCore (>= 5.0.0)
- NeinLinq (>= 5.0.1)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NeinLinq.EntityFrameworkCore:
Package | Downloads |
---|---|
WACore
Package Description
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
5.0.1 | 1,941 | 1/21/2021 |
5.0.0 | 2,466 | 11/10/2020 |
5.0.0-preview.54 | 213 | 9/19/2020 |
4.1.0 | 8,237 | 3/28/2020 |
4.0.0 | 591 | 1/30/2020 |
3.2.1 | 666 | 1/9/2020 |
3.2.0 | 582 | 1/1/2020 |
3.1.1 | 6,377 | 2/19/2019 |
3.1.0 | 329 | 2/15/2019 |
3.0.0 | 656 | 9/27/2018 |
2.3.0 | 2,693 | 6/28/2018 |
2.2.1 | 5,267 | 1/4/2018 |
2.2.0 | 895 | 9/19/2017 |
2.1.1 | 611 | 8/20/2017 |
2.1.0 | 1,833 | 6/11/2017 |
2.0.0 | 945 | 1/16/2017 |