Skip to content

Adding Swagger Generation Support in .Net Core 3.0 #29087

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

Closed
osharko opened this issue Mar 27, 2019 · 1 comment
Closed

Adding Swagger Generation Support in .Net Core 3.0 #29087

osharko opened this issue Mar 27, 2019 · 1 comment
Milestone

Comments

@osharko
Copy link

osharko commented Mar 27, 2019

Swagger is nowadays a standard for Api Documentation, expecially when we work on microServices or simple Api.

At this moment, there's no full support, in .Net/.Net Core for Swagger code generation, neither from swagger's editor because of some problem ( like this 7945 and so on) neither from .Net/.Net Core Framework.

The situation is different in Java, where the support for swagger-code generation via plugin is a very solid reality.

Could we be able to add a native Swagger support in .net core for better working in this microServices age?

Thank you

@karelz
Copy link
Member

karelz commented Mar 29, 2019

This is likely more fit for ASP.NET Core tooling repos.
CoreFX/BCL does not expose anything directly related to Microservices APIs.

@karelz karelz closed this as completed Mar 29, 2019
@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the 3.0 milestone Feb 1, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants