Option for async Task Main() as default for C# Program
Since so many developers do async programming now, could you add an option for the default Main method of a C# Program to be "async Task Main()" instead of "void Main()"?
1
vote
Ken Watson
shared this idea
-
Michael Silver commented
This would be very nice to have as much of my work is in async code.