Sebazzz / SDammann.WebApi.Versioning

Versioning support for ASP.NET Web Api
Apache License 2.0
173 stars 43 forks source link

API XML documentation not available #13

Open Sebazzz opened 11 years ago

Sebazzz commented 11 years ago

No documentation available for versioned API's.

Sebazzz commented 11 years ago

Temporary workaround: Use the WebApi.DocumentationController library and register the shipped XmlCommentDocumentationProvider.

Sebazzz commented 10 years ago

This broke as of the upgrade to Web Api 5.

Sebazzz commented 10 years ago

As per vnext branch the VersionedApiExplorer needs reimplementing. This issue will need to be taken into account.