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
              
            
- 
       Michael Silver
    
 commented Michael Silver
    
 commentedThis would be very nice to have as much of my work is in async code. 
