I built an open-source .NET Core framework to try and make my job easier when it comes to building REST APIs off of existing databases. I'm looking for tips on how to properly document it, as well as ways to improve the class structure. Any help is appreciated.
https://github.com/evanirla/snacks-entity-core
I have also built a set of extension packages that handle things like Caching and Authorization.
Thanks!