You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible, but quite difficult, to add custom OData route conventions. API versioning adds its own conventions which makes adding or change route conventions require a significant amount of setup.
Feature
Improve the setup methods afforded by the various MapVersionedODataRoute to include support for adding or changing custom OData route conventions. This should not require duplicating or changing the entire container setup.
The text was updated successfully, but these errors were encountered:
Overview
It is currently possible, but quite difficult, to add custom OData route conventions. API versioning adds its own conventions which makes adding or change route conventions require a significant amount of setup.
Feature
Improve the setup methods afforded by the various
MapVersionedODataRoute
to include support for adding or changing custom OData route conventions. This should not require duplicating or changing the entire container setup.The text was updated successfully, but these errors were encountered: