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

Swagger UI does not show parameters description #249

Closed
md-frank opened this issue Dec 26, 2016 · 2 comments
Closed

Swagger UI does not show parameters description #249

md-frank opened this issue Dec 26, 2016 · 2 comments
Milestone

Comments

@md-frank
Copy link

Examples:

public class TestModel
{
    /// <summary>
    /// This is description of Name
    /// </summary>
    public string Name { get; set; }
}

public IActionResult HelloWorld(TestModel model)
{
    return Content("hello " + model.Name);
}

Swagger UI does not show Name parameter description

@domaindrivendev
Copy link
Owner

The fix has been merged and is available as a preview package on myget - https://www.myget.org/feed/domaindrivendev/package/nuget/Swashbuckle.AspNetCore

@azim-bl
Copy link

azim-bl commented Jan 2, 2019

I am facing the same issue in 4.0.1 version. Asp.Net Core version is 2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants