Shweta Patil
Shweta Patil
@darrelmiller Its not a high priority bug, could be a P3, doesn't need to be fixed in 1.0.1. I have not started looking as do not have bandwidth to look...
@VasylSulakov There is just so much that we can design around VS comments so i hear your pain. And will try to justify the design choices that are made around...
@VasylSulakov for big example strings like that you should use them in tag which looks correct to me. So now coming to the issue of example value not being populated...
@VasylSulakov this is definitely a bug, the generator should throw an error if its not able to parse the example value or if there are other issue. i will investigate...
@VasylSulakov Investigated and i am able to repro this and there are two issues: 1) OpenAPI.NET.CSharpAnnotations issue: where its ignoring the diagnostics result from OpenAPI.NET when parsing the example value...
OpenAPI.Net issue https://github.com/Microsoft/OpenAPI.NET/issues/345
@NewFuture Thanks for the question. Not every service wants to take run time dependency on a tool to generate document, swashbuckle comes with its own limitation on support for various...
@NewFuture thanks for the feedback we will look into this.
@arefinsami is ```product?``` your path parameter name? or is it ```product```
@arefinsami if ```product``` is a ```path``` parameter per Open API specification it can not be optional, so it have to be documented like below for library to work ```https://someserver.com/api/Products/{product}?view={view} ```...