autogenerate-api-client-with-nswag icon indicating copy to clipboard operation
autogenerate-api-client-with-nswag copied to clipboard

'ValuesClient' does not contain a definition for 'RetrieveAuthorizationToken'

Open robertkety opened this issue 3 years ago • 0 comments

Pulled the latest example from 25-10-2020 and it failed to build. It appears that nswag is not adding ClientBase to ValuesClient in Client.g.cs. Updated "codeGenerators:openApiToCSharpClient:clientBaseClass" to ClientBase in nswag.json to resolve.

Steps to reproduce: Pull repo, build

robertkety avatar Mar 09 '21 19:03 robertkety