Open
Description
Net core Odata question:
Is there an available service for getting the routes for Odata similiar to IActionDescriptorCollectionProvider that will provide the basics? I tried to find something like this, but I was unable to.
Assemblies affected
net core beta 2
Expected result
A service that allows me to enumerate the available odata routes.
Additional detail
The reason for this is that I need to build a list of available routes and assign permissions to those routes.