Quantcast
Channel: ASPNETWebStack Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 7215

Commented Unassigned: Use custom ApiDescriptionComparer with ApiExplorer [1478]

$
0
0
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.

Viewing all articles
Browse latest Browse all 7215

Trending Articles