Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Swagger docs #25

Open
2 tasks
galvesribeiro opened this issue Oct 22, 2019 · 0 comments
Open
2 tasks

Generate Swagger docs #25

galvesribeiro opened this issue Oct 22, 2019 · 0 comments

Comments

@galvesribeiro
Copy link
Member

ASP.Net Controllers has the ability to read [ProducesResponseType] and generate swagger.json which is used to renger Swagger documentation pages.

To support that Json generation we need:

  • Add attributes that mimic that behaviour without having the MVC dependency
  • Extend Swashbuckle package (create Swashbuckle.Orleans?) to read from those attributes and generate the swagger.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant