jspuij / RESTier

A turn-key library for building RESTful services
http://odata.github.io/RESTier
Other
2 stars 0 forks source link

ConventionBased classes should be public in Core. #2

Closed jspuij closed 5 years ago

jspuij commented 5 years ago

These classes are internal, but should be public. If you want to use another DI container, or just replace one or two of them, you need to be able to instantiate the types outside of the DLL. These are implementations of public interfaces. They should never be internal.