NeinLinq.EntityFrameworkCore
5.0.0
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.0
dotnet add package NeinLinq.EntityFrameworkCore --version 5.0.0
<PackageReference Include="NeinLinq.EntityFrameworkCore" Version="5.0.0" />
paket add NeinLinq.EntityFrameworkCore --version 5.0.0
Release Notes
Added support for EF Core 5.0.
Dependencies
-
.NETStandard 2.0
- Microsoft.EntityFrameworkCore (>= 3.1.0)
- NeinLinq (>= 5.0.0)
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore (>= 5.0.0)
- NeinLinq (>= 5.0.0)
-
net5.0
- Microsoft.EntityFrameworkCore (>= 5.0.0)
- NeinLinq (>= 5.0.0)
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.0 | 821 | 11/10/2020 |
5.0.0-preview.54 | 174 | 9/19/2020 |
4.1.0 | 5,619 | 3/28/2020 |
4.0.0 | 531 | 1/30/2020 |
3.2.1 | 559 | 1/9/2020 |
3.2.0 | 500 | 1/1/2020 |
3.1.1 | 5,928 | 2/19/2019 |
3.1.0 | 222 | 2/15/2019 |
3.0.0 | 540 | 9/27/2018 |
2.3.0 | 2,569 | 6/28/2018 |
2.2.1 | 4,892 | 1/4/2018 |
2.2.0 | 784 | 9/19/2017 |
2.1.1 | 501 | 8/20/2017 |
2.1.0 | 1,674 | 6/11/2017 |
2.0.0 | 830 | 1/16/2017 |