Support parameters that contains dollar sign $
dralpus opened this issue · 2 comments
dralpus commented
Some query parameters start with $
sign, for example: $skip
but swagger documentation shows them as $skip$skip
(I can see VSBuild xml translates into $skip$skip
but the naming annotation is actually $skip
).
Could you please show the parameter names as the same what is written?
Shwetap05 commented
This is a duplicate of issue #148 , Roslyn is causing this issue when /// comments are compiled into the xml, i am working on a fix to workaround the issue as we are not sure if Roslyn will ever fix this issue.
Shwetap05 commented
Fix available in Microsoft.OpenApi.CSharpAnnotations.DocumentGeneration.1.0.0-beta048.nupkg