Code in https://aspnetwebstack.codeplex.com/SourceControl/latest#src/System.Web.Http/Description/ApiExplorer.cs removes all duplicates based on HTTP method + path
This is not sometimes the desired logic.
Can we implement a injectable ApiDescriptionComparer so the consumer of the ApiExplorer can control what duplicates are removed and what are needed.
Comments: This would be __incredibly__ helpful. With the emphasis of attribute based routing and constraints being used to solve Api versioning the ApiExplorer seems to fall over because of this. I would love to see if there is a work around with regard to this in the meantime.
This is not sometimes the desired logic.
Can we implement a injectable ApiDescriptionComparer so the consumer of the ApiExplorer can control what duplicates are removed and what are needed.
Comments: This would be __incredibly__ helpful. With the emphasis of attribute based routing and constraints being used to solve Api versioning the ApiExplorer seems to fall over because of this. I would love to see if there is a work around with regard to this in the meantime.