jspuij / RESTier

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

EdmHelpers GetClrType needs IServiceProvider #23

Closed jspuij closed 5 years ago

jspuij commented 5 years ago

The EdmHelpers static class has a method GetClrType that takes IServiceProvider as an argument. Subsequently it pulls an IEdmModel from the container. IEdmModel should be a parameter on this function.

Part of https://github.com/OData/RESTier/issues/629. See also https://github.com/jspuij/RESTier/issues/11.