QueryKit icon indicating copy to clipboard operation
QueryKit copied to clipboard

🎛️ QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.

Results 20 QueryKit issues
Sort by recently updated
recently updated
newest added

Hello, How about we get support for an alias for a custom whole condition? Like, `"""AdultMale == true"""` translating to `""" Age >= 18 && Gender == "Male" """`

Hey! First off, great job on the library! I haven't gotten around to using it yet, but it looks promising. As I was exploring its features, I noticed you mentioned...

All guid work in all other scenarios that I'm aware of, but this one particular path is still broken

ex: ```csharp [Fact] public async Task can_filter_by_string_for_nested_collection() { // Arrange var testingServiceScope = new TestingServiceScope(); var faker = new Faker(); var fakePreparationOne = new IngredientPreparation() { Text = faker.Lorem.Sentence() };...

## Problem When you have a VO using HasConversion like below, you need to do expressions in EF like `x => x.Email == "thing"` instead of `x => x.Email.Value ==...

Bumps [Bogus](https://github.com/bchavez/Bogus) from 35.4.0 to 35.6.0. Release notes Sourced from Bogus's releases. Release v35.6.0 build 1443 CHANGE LOG Release v35.5.1 build 1436 CHANGE LOG Release v35.5.0 build 1431 CHANGE LOG...

dependencies

Bumps [MediatR](https://github.com/jbogard/MediatR) from 12.3.0 to 12.4.0. Release notes Sourced from MediatR's releases. v12.4.0 What's Changed Add Support For Generic Handlers With Multiple Generic Type Parameters by @​zachpainter77 in jbogard/MediatR#1048 Full...

dependencies

Bumps the xunit group with 2 updates: [xunit](https://github.com/xunit/xunit) and [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit). Updates `xunit` from 2.6.6 to 2.9.0 Commits 593e573 v2.9.0 f070472 Enable XUNIT_HIDE_PASSING_OUTPUT_DIAGNOSTICS environment variable to skip sho... 80a2294 For Assert.Equivalent,...

dependencies

Bumps the microsoft group with 6 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) | `8.0.1` | `8.0.7` | | [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore)...

dependencies

Hey! Sieve feature of custom sort/filter methods is a pretty handy feature where it comes to support custom or complex queries. https://github.com/Biarity/Sieve?tab=readme-ov-file#add-custom-sortfilter-methods Is there any plan to support such a...