We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated SwaggerToCSharpClientGenerator (markdown)
Revert 6d05927021a0e2ab99a0a50903293b635d4aab35...ae4b23c2b81284ae7fa2a3c18a6ab7baf13ea976 on SwaggerToCSharpClientGenerator
Created SwaggerToCSharpClientGenerator (markdown)
Update docs
When I tried this code, I figured out it's async now
Typo in the Newtonsoft package name.
I believe the code in a sample was referencing abstract SwaggerToCSharpGeneratorSettings class and not existing SwaggerToCSharpGenerator type. Had to change to SwaggerToCSharpClientGeneratorSettings and SwaggerToCSharpClientGenerator respectively to make the sample work.
Renamed SwaggerService to SwaggerDocument