OpenAPI.NET.CSharpAnnotations icon indicating copy to clipboard operation
OpenAPI.NET.CSharpAnnotations copied to clipboard

Yaml Generation fails when using a tag such as cref=List{String}

Open SahilSancheti opened this issue 7 years ago • 2 comments

The yaml fails to generate paths for the method which shows up like paths: { }

SahilSancheti avatar Dec 06 '18 18:12 SahilSancheti

@SahilSancheti can you please provide more details on how to repro the issue?

Shwetap05 avatar Dec 10 '18 17:12 Shwetap05

I know this post is old. But Lists should be documentated like this: <see cref="List{T}"/><see cref="string"/>

srenrd avatar Sep 13 '19 12:09 srenrd