OpenAPI.NET.CSharpAnnotations
OpenAPI.NET.CSharpAnnotations copied to clipboard
Yaml Generation fails when using a tag such as cref=List{String}
The yaml fails to generate paths for the method which shows up like paths: { }
@SahilSancheti can you please provide more details on how to repro the issue?
I know this post is old. But Lists should be documentated like this:
<see cref="List{T}"/><see cref="string"/>