__Scenario__: I have a typo when supplying the url template for an OData route. Let's say the entity set name is incorrect.
__Actual__:
When the application launches, the attribute routes are not validated (actually they are not probed then), but only when a first request matches the ODataRoute that the validation is done.
__Expected__:
Validate when the application launches so that users know about the errors much sooner...just like in regular attribute routing..
__Actual__:
When the application launches, the attribute routes are not validated (actually they are not probed then), but only when a first request matches the ODataRoute that the validation is done.
__Expected__:
Validate when the application launches so that users know about the errors much sooner...just like in regular attribute routing..