-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
SwaggerGenOptions.IncludeXmlComments does not support /// <inheritdoc /> #2597
Labels
Comments
I switched to NSwag in the end. |
There are some workarounds in domaindrivendev/Swashbuckle.WebApi#1000 for ASP.NET Core |
Havunen
added a commit
to Havunen/DotSwashbuckle2
that referenced
this issue
Feb 12, 2024
Havunen
added a commit
to Havunen/DotSwashbuckle
that referenced
this issue
Feb 18, 2024
FYI this is supported in DotSwashbuckle |
I still can't use inheritdoc functionality when it inherits xml document from another assembly. |
martincostello
added
feature suggestion
help-wanted
A change up for grabs for contributions from the community
labels
Apr 14, 2024
Any news when this will be pushed? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
To replicate:
ASP.NET Core Web API
project.Set
<GenerateDocumentationFile>
totrue
in.csproj
.In
Program.cs
, replacebuilder.Services.AddSwaggerGen();
with:[HttpGet(Name = "GetWeatherForecast")]
:[HttpGet(Name = "GetWeatherForecast")]
with the following:WeatherForecastController
, such as:The text was updated successfully, but these errors were encountered: