LinqBuilder.EFCore
3.2.0
dotnet add package LinqBuilder.EFCore --version 3.2.0
NuGet\Install-Package LinqBuilder.EFCore -Version 3.2.0
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="LinqBuilder.EFCore" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LinqBuilder.EFCore --version 3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LinqBuilder.EFCore, 3.2.0"
#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 LinqBuilder.EFCore as a Cake Addin #addin nuget:?package=LinqBuilder.EFCore&version=3.2.0 // Install LinqBuilder.EFCore as a Cake Tool #tool nuget:?package=LinqBuilder.EFCore&version=3.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LinqBuilder.EFCore
LinqBuilder.EFCore packages extends the following extensions to support ISpecification
.
bool result = await _sampleContext.Entities.AnyAsync(specification);
bool result = await _sampleContext.Entities.AllAsync(specification);
int result = await _sampleContext.Entities.CountAsync(specification);
Entity result = await _sampleContext.Entities.FirstAsync(specification);
Entity result = await _sampleContext.Entities.FirstOrDefaultAsync(specification);
Entity result = await _sampleContext.Entities.SingleAsync(specification);
Entity result = await _sampleContext.Entities.SingleOrDefaultAsync(specification);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 is compatible. 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. net9.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- LinqBuilder (>= 3.2.0)
- Microsoft.EntityFrameworkCore (>= 6.0.0 && < 7.0.0)
-
net8.0
- LinqBuilder (>= 3.2.0)
- Microsoft.EntityFrameworkCore (>= 8.0.0 && < 9.0.0)
-
net9.0
- LinqBuilder (>= 3.2.0)
- Microsoft.EntityFrameworkCore (>= 9.0.0 && < 10.0.0)
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 |
---|---|---|
3.2.0 | 187 | 12/30/2024 |
3.1.0 | 1,769 | 5/5/2024 |
3.0.1 | 276 | 10/18/2023 |
3.0.0 | 125 | 10/17/2023 |
2.1.2 | 883 | 4/14/2022 |
2.1.1 | 409 | 4/13/2022 |
2.1.0 | 430 | 4/13/2022 |
2.0.0 | 988 | 1/19/2021 |
1.0.1 | 447 | 11/3/2020 |
1.0.0 | 482 | 11/3/2020 |
0.16.1 | 11,745 | 8/29/2019 |
0.15.0 | 1,568 | 12/4/2018 |
0.14.0 | 803 | 12/3/2018 |
0.13.0 | 1,170 | 9/17/2018 |
0.12.1 | 941 | 7/18/2018 |
0.12.0 | 972 | 7/18/2018 |
0.11.1 | 950 | 7/18/2018 |
0.11.0 | 1,067 | 6/24/2018 |
0.10.0 | 844 | 6/24/2018 |
0.9.1 | 836 | 6/11/2018 |
0.9.0 | 955 | 6/7/2018 |
0.8.2 | 928 | 6/5/2018 |