OData / WebApi

OData Web API: A server library built upon ODataLib and WebApi
https://docs.microsoft.com/odata
Other
854 stars 476 forks source link

[feature/netcore] Document case insentive configuration for WebApi 6.x and up #1231

Closed robward-ms closed 6 years ago

robward-ms commented 6 years ago

Short summary (3-5 sentences) describing the issue.

Assemblies affected

OData WebApi lib 6.0.0 and up.

Issue

The case insensitivity, unqualified function/action and prefix-free enums are not documented for 6.x and up, the documentation for 5.x no longer works: http://odata.github.io/WebApi/#06-01-custom-url-parsing

alexdresko commented 6 years ago

Can you provide a short explanation of what needs to change to support case insensitivity?

xuzhg commented 6 years ago

@robward-ms are you still willing to work on this?

robward-ms commented 6 years ago

@xuzhg - Actually, I never started. Can you handle this?

mikepizzo commented 6 years ago

Fixed by PR #1426.