Giter Club home page Giter Club logo

Comments (2)

JonPSmith avatar JonPSmith commented on May 20, 2024 1

Hi @djoyrocks,

There isn't anything in GenericServices at the moment that could handle that. I will think about it (maybe something that runs before the call to SaveChanges), but I am very busy at the moment so its not going to get done quickly.

If you need a solution quickly I can think of a way to do this, but its not that nice. You could override the SaveChanges/SaveChangesAsync in your DbContext and run your fluentvalidation tests in there. If there is a validation failure you then throw an exception with the validation errors in that exception. Then you provide a SQL error handler via the configuration in which you look for your validation exception and turn the errors in that exception into a IStatusGeneric state to fit in with GenircServices. Bit of a kludge, but it would work.

Note: You need to turn on the normal validation, otherwise the SQL error handler isn't used. This means the standard validation is run before your fluentvalidation is run.

I'll keep this open for when I get time to look at this.

from efcore.genericservices.

JonPSmith avatar JonPSmith commented on May 20, 2024

Hi @djoyrocks,

I have created a preview version of EfCore.GenericServices 2.0.0-preview001 which contains code that allows you to inject your fluentvalidation prior to calling SaveChanges. Have a look and see if it works for you and let me know. Then I will release it.

from efcore.genericservices.

Related Issues (20)

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.