chkimes / graphql-net

Convert GraphQL to IQueryable
MIT License
891 stars 86 forks source link

Question: Is this library/repo being actively maintained? #103

Open C-M-Ryan opened 5 years ago

C-M-Ryan commented 5 years ago

I am trying to decided which Graphql library to use to build a graphql api, Can you please confirm if this library / repo is being actively worked on / maintained?

BrianMinister commented 5 years ago

ping

kidchenko commented 5 years ago

pong

chkimes commented 5 years ago

I have not had time to maintain this repo for about a year and a half now.

BrianMinister commented 5 years ago

If I get back into this, I may have to help maintain then. :)

mxwlf commented 4 years ago

I'd love to help. I think this project solves a significant real world problem. @chkimes I think if you give authority to some of your trusted contributors to accept pull requests we can get this unblocked. Also, the Travis CI pipeline seems to be broken. Let me know how can I help. You will see changes in my fork soon as I'm consuming this for a project.

chkimes commented 4 years ago

@grumpydev-net I am willing to review PRs and also willing to add reviewers, but I have not had many offers for either. Any help you want to offer is greatly appreciated.

Regarding the CI pipeline, one of the big things I want to get done before starting this project back up is to re-target the library to .NET Standard and adopt GitHub Actions to run tests against Windows with .NET Desktop and Linux with .NET Core.