CSharpClientGenerator : add config flag to use ConfigureAwait(false) optionally #4328
dpradell-dev
started this conversation in
Ideas
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @RicoSuter,
First of all, thanks for your amazing work with NSwag. I'm using the
CSharpClientGenerator
to autogenerate a Unity SDK and so far it's working great in most platforms :)The only issue I have is that my implementation doesn't require
ConfigureAwait(false)
as it's using UniTask. Would it be possible to add a config flag so we can set it tofalse
if we don't want to includeConfigureAwait(false)
at the end of every request?Thanks again,
David
Beta Was this translation helpful? Give feedback.
All reactions