Adding Async Partial Methods that can return a awaitable Task. #7076
Unanswered
MicrosoftHawk
asked this question in
Language Ideas
Replies: 1 comment 4 replies
-
You're over 2 years behind the times. As of C# 9, as part of the effort to support more versatile generated code scenarios, partial methods are no longer limited to return |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to see the posibbilty of using Async Partial Methods that can return a awaitable Task.
I have generated code but sometimes I want to do something slightly different. I then have the possibility of using a partial method however this cant return an awaitable async Task and then I have to use syncrhonous methods or do strange tweaks to work with the rest of my async code.
Beta Was this translation helpful? Give feedback.
All reactions