GithubHelp home page GithubHelp logo

Comments (6)

anton-martyniuk avatar anton-martyniuk commented on May 28, 2024 1

@Oleh-Shok I've fixed the issue, make sure to update the Modern.Repositories.Abstractions package to version 1.0.1 and all other packages that reference it. for a full list of updated packages see a list in a commit down below

from modern.

anton-martyniuk avatar anton-martyniuk commented on May 28, 2024

@Oleh-Shok Thanks for reporting the bug, it seems that the issue is in the AndSpecification class:

if (leftExpression is null || rightExpression is null)
{
return;
}

If one of specifications is missing - none of filters are applied. I'll come up with a fix soon.

from modern.

anton-martyniuk avatar anton-martyniuk commented on May 28, 2024

@Oleh-Shok I've reworked my packages and now main packages are as follows: Modern.Repositories.EFCore that has DI extensions.
Previous package: Modern.Repositories.EFCore.DependencyInjection is deprecated and will no longer be maintained.
This applies to all packages, all DependencyInjection are deprecated.

I've released new version of packages with version 2.0.0-beta1. I've tested them and I am looking forward if they'll work for you too. If so, I plan to release them the next week.

Make corresponding updates of packages in your projects.

Commits:
c8617dd
fa1f197

from modern.

anton-martyniuk avatar anton-martyniuk commented on May 28, 2024

@Oleh-Shok have you tried the updated packages?

from modern.

Oleh-Shok avatar Oleh-Shok commented on May 28, 2024

@anton-martyniuk
Yeap!!
It looks better after the update. It means I can filter the data array by selecting more than one filtered element.

Latest updated versions of the packages are:
Modern.Repositories.EFCore -> 2.0.0
Modern.Repositories.Abstractions -> 2.0.0

from modern.

anton-martyniuk avatar anton-martyniuk commented on May 28, 2024

Thanks for the feedback, I am closing the ticket

from modern.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.