OpenAPI.NET.CSharpAnnotations
OpenAPI.NET.CSharpAnnotations copied to clipboard
Handle <url> tag in Document Config
It is cumbersome to add all the possible hosts to every operation. We should support reading the extra URLs from the document config.
So I've noticed that all it seems to use the host in the
Thanks for the idea @MadocGwyn . A couple of requests :)
- Would it be possible to support server/host tags in Advanced Configuration XML?
- Would it be possible to expose this in the task that publishes the swagger doc?