The scenario is to support azure url convention: /EntitySet/Key instead of /EntitySet(Key)
Currently, if user want to override the default behavior, he needs to override the ParseKeyValuePathSegment method and using try catch to its base method to swallow ODataException.
We should avoid user to use try catch. There must be some way that we can improve it.
Comments: This is already possible today using some of the existing extensibility points.
Currently, if user want to override the default behavior, he needs to override the ParseKeyValuePathSegment method and using try catch to its base method to swallow ODataException.
We should avoid user to use try catch. There must be some way that we can improve it.
Comments: This is already possible today using some of the existing extensibility points.