-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# Client - Add CancellationToken parameter to PrepareRequestAsync #3919
Comments
This seems wrong (dont see a reason why not to add it in all three). |
crackalak
added a commit
to crackalak/NSwag
that referenced
this issue
Mar 13, 2022
RicoSuter
pushed a commit
that referenced
this issue
May 18, 2022
lahma
pushed a commit
to lahma/NSwag
that referenced
this issue
Dec 25, 2022
lahma
pushed a commit
to lahma/NSwag
that referenced
this issue
Jan 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When
GeneratePrepareRequestAndProcessResponseAsAsyncMethods
is enabled,PrepareRequestAsync
andProcessResponseAsync
methods are generated, but onlyProcessResponseAsync
is passed the cancellation token.NSwag/src/NSwag.CodeGeneration.CSharp/Templates/Client.Class.liquid
Line 286 in 67cc25b
NSwag/src/NSwag.CodeGeneration.CSharp/Templates/Client.Class.liquid
Line 295 in 67cc25b
NSwag/src/NSwag.CodeGeneration.CSharp/Templates/Client.Class.liquid
Line 313 in 67cc25b
The text was updated successfully, but these errors were encountered: