pauldeen79.QueryFramework.InMemory
0.13.13
dotnet add package pauldeen79.QueryFramework.InMemory --version 0.13.13
NuGet\Install-Package pauldeen79.QueryFramework.InMemory -Version 0.13.13
<PackageReference Include="pauldeen79.QueryFramework.InMemory" Version="0.13.13" />
paket add pauldeen79.QueryFramework.InMemory --version 0.13.13
#r "nuget: pauldeen79.QueryFramework.InMemory, 0.13.13"
// Install pauldeen79.QueryFramework.InMemory as a Cake Addin #addin nuget:?package=pauldeen79.QueryFramework.InMemory&version=0.13.13 // Install pauldeen79.QueryFramework.InMemory as a Cake Tool #tool nuget:?package=pauldeen79.QueryFramework.InMemory&version=0.13.13
QueryFramework
Abstraction for executing SELECT queries on Sql Server, built on top of System.Data. (IDbConnection)
Fluent extensions to build queries.
Example using in-memory query provider:
var items = new[]
{
new MyClass { Property = "A" },
new MyClass { Property = "B" }
};
var sut = new QueryProvider<MyClass>(items);
var query = new SingleEntityQueryBuilder()
.Where(nameof(MyClass.Property)).IsEqualTo("B")
.Build();
var result = sut.Query(query);
// result only contains the second item because of the WHERE clause.
See unit tests for more examples.
Code generation
I am currently not storing generated files in the code repository. To generate, you have to trigger the code generation tool from either Visual Studio (hit F5) or a command prompt. This will replace all generated code.
Command to run code generation (example where you are in the root directory):
dotnet run --project ./src/QueryFramework.CodeGeneration\QueryFramework.CodeGeneration.csproj
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- pauldeen79.CrossCutting.Data.Core (>= 5.0.6)
- pauldeen79.QueryFramework.Abstractions (>= 0.13.13)
- pauldeen79.QueryFramework.Core (>= 0.13.13)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on pauldeen79.QueryFramework.InMemory:
Package | Downloads |
---|---|
pauldeen79.QueryFramework.FileSystemSearch
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.13.13 | 109 | 12/28/2024 |
0.13.12 | 106 | 12/27/2024 |
0.13.11 | 120 | 12/18/2024 |
0.13.10 | 123 | 10/30/2024 |
0.13.9 | 149 | 10/18/2024 |
0.13.8 | 128 | 9/21/2024 |
0.13.7 | 138 | 9/13/2024 |
0.13.5 | 153 | 5/13/2024 |
0.13.4 | 175 | 5/5/2024 |
0.13.3 | 136 | 5/3/2024 |
0.13.2 | 128 | 5/3/2024 |
0.13.1 | 123 | 5/2/2024 |
0.13.0 | 160 | 4/24/2024 |
0.12.0 | 155 | 4/17/2024 |
0.11.0 | 152 | 3/24/2024 |
0.10.4 | 164 | 3/22/2024 |
0.10.3 | 165 | 3/20/2024 |
0.10.2 | 172 | 3/14/2024 |
0.10.1 | 183 | 3/9/2024 |
0.9.2 | 231 | 12/19/2023 |
0.9.1 | 210 | 11/24/2023 |
0.9.0 | 181 | 11/20/2023 |
0.8.0 | 204 | 9/13/2023 |
0.7.5 | 199 | 9/13/2023 |
0.7.4 | 259 | 5/28/2023 |
0.7.2 | 253 | 5/11/2023 |
0.7.1 | 244 | 5/10/2023 |
0.7.0 | 230 | 5/10/2023 |
0.6.21 | 707 | 8/24/2022 |
0.6.20 | 719 | 5/28/2022 |
0.6.19 | 727 | 5/26/2022 |
0.6.18 | 690 | 5/26/2022 |
0.6.17 | 757 | 4/20/2022 |
0.6.16 | 730 | 4/9/2022 |
0.6.15 | 737 | 4/1/2022 |
0.6.14 | 723 | 4/1/2022 |
0.6.13 | 736 | 3/13/2022 |
0.6.12 | 730 | 3/9/2022 |
0.6.11 | 771 | 3/9/2022 |
0.6.10 | 766 | 3/8/2022 |
0.6.9 | 710 | 3/6/2022 |
0.6.8 | 732 | 3/6/2022 |
0.6.7 | 726 | 3/6/2022 |
0.6.6 | 722 | 2/28/2022 |
0.6.5 | 756 | 2/28/2022 |
0.6.4 | 720 | 2/26/2022 |
0.6.3 | 727 | 2/23/2022 |
0.6.2 | 723 | 2/22/2022 |
0.6.1 | 761 | 2/8/2022 |
0.6.0 | 729 | 2/7/2022 |
0.5.20 | 483 | 2/5/2022 |
0.5.19 | 480 | 2/5/2022 |
0.5.18 | 465 | 2/4/2022 |
0.5.17 | 493 | 2/4/2022 |
0.5.16 | 317 | 1/2/2022 |
0.5.15 | 316 | 12/19/2021 |
0.5.14 | 302 | 12/18/2021 |
0.5.13 | 302 | 12/17/2021 |
0.5.12 | 325 | 12/16/2021 |
0.5.11 | 332 | 12/13/2021 |
0.5.10 | 332 | 12/10/2021 |
0.5.9 | 328 | 12/10/2021 |
0.5.8 | 308 | 12/10/2021 |
0.5.7 | 328 | 12/10/2021 |
0.5.6 | 545 | 12/9/2021 |
0.5.5 | 331 | 11/30/2021 |
0.5.4 | 339 | 11/28/2021 |
0.5.3 | 339 | 11/27/2021 |
0.5.2 | 1,541 | 11/26/2021 |
0.5.1 | 1,393 | 11/26/2021 |
0.5.0 | 1,423 | 11/26/2021 |
0.4.10 | 3,030 | 11/25/2021 |
0.4.9 | 3,178 | 11/24/2021 |
0.4.8 | 338 | 11/23/2021 |
0.4.7 | 307 | 11/23/2021 |
0.4.6 | 827 | 11/21/2021 |
0.4.5 | 1,088 | 11/20/2021 |
0.4.4 | 1,175 | 11/20/2021 |
0.4.3 | 796 | 11/19/2021 |
0.4.2 | 380 | 11/18/2021 |
0.4.1 | 334 | 11/18/2021 |
0.4.0 | 342 | 11/18/2021 |
0.3.0 | 335 | 11/14/2021 |
0.2.0 | 374 | 11/1/2021 |
0.1.2 | 350 | 10/23/2021 |
0.1.1 | 366 | 10/23/2021 |