RicoSuter/Namotion.Reflection
View on GitHubDocumentation not being generated for models from NuGet packages
Open
#33 opened on Jan 9, 2020
bughelp wanted
Repository metrics
- Stars
- (235 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I have some models exposed in my APIs that come from NuGetPackages.
While those types are properly documented (I can see the doc in intellisense), they have no documentation in the generated OpenApi spec.
This does not happen on netcoreapp2.1, but does happen on netcoreapp3.1.
To highlight this issue, please see this repro: 3.1 branch : https://github.com/jeremyVignelles/TestNSwagNetCoreApp/blob/repro/doc-external-models/TestNSwagNetCoreApp/Hello.cs#L42
I used a type from the NSwag NuGet package to highlight the issue.