swagger add document and operation for a generic controller
问题 i am working on a webapi with plugins. I want to update the swagger documentation when a plugin is added. I can handle this when i don't use version. All methods are added to the swagger documentation. but when the api has apiversion turned on, the generation of the new version swagger document failed. It returns a 404. do i need to so anything for versioning to work and pick up the dynamic controller functions... private string AddSwaggerVersionDocument(PluginMetadata metadata) { var version