Paul DeVito

Results 73 comments of Paul DeVito

@CaptaiNiveau -- I think this repo is abandoned -- if you want to submit it [to my fork](https://github.com/pdevito3/AutoBogus) I'll get it in. Cc @Soenneker

I don't think he's maintaining the lib anymore. I made a fork that can handle this if you want to use it. https://www.nuget.org/packages/AutoBogusLifesupport https://github.com/pdevito3/AutoBogus

I ran into issues with this on a recent project as well. Query filters are not intuitive at all as is IMHO. One issue we didn't realize before coming across...

👋 after briefly looking through the sieve FilterTerm object it could probably be done with a new stage of processing, but likely wouldn't be trivial. Also, I'm honestly still not...

This seems like business logic creeping in a bit, which seems smelly on first glance, but I'm potentially open to it. What api would you think for setting this up...

I thought of another example today that i think this would be useful for -- more like aggregate properties like creating a `FullName` to search for an aggregate of first...

PRs are welcomed if you want to contribute

resolved in 1.4 release with derived property api

Still in the backlog. Open to PRs of tie interested.

Makes it harder for something like a dropdown where these options would be. If they select nothing, that still gets recognized as an option and can have extension classes off...