JSONAPIdotNET / JSONAPI.NET

MIT License
102 stars 23 forks source link

Is this abandonware? #104

Open fabricioferreira opened 8 years ago

fabricioferreira commented 8 years ago

I just found that this project could help me a lot, but it seems it was abandoned. Is it true?

csantero commented 8 years ago

@fabricioferreira My company's core product uses JSONAPI.NET extensively, so I personally intend to keep developing it. Unfortunately, I haven't been able to devote the resources to managing it effectively as an open source project. The documentation and nuget packages are out of date, and the configuration story is a mess. I hope to be able to rectify the situation later this year, because I do think that there is a lot of potential in this software. Obviously if you're so inclined, I'm happy to accept pull requests to try to improve things. Otherwise, you're probably better off going with one of the other .NET implementations you can find listed on the json-api website.

fabricioferreira commented 8 years ago

Thanks @csantero, I saw that. But JSONAPI.NET is the best implementation of the JsonApi for .Net - by far. Just wanted to be sure it is still alive as I'm planning to start using it. Surely I will try to contribute as much as I can. Cheers!

mm2ha commented 8 years ago

@fabricioferreira an alternative is NJsonApi, we have been using it at my company and we were able to modify it to suite our needs.