Specification: https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/async-main.md
Difficulty: Easy
Time needed: 2-3 hrs
- Add unit tests: In this case only pretty tests make sense.
- Extend the code in
CSharpDecompiler.MemberIsHidden to hide the generated <Main> method in the decompiled code, if settings.AsyncAwait is set.
Specification: https://github.com/dotnet/csharplang/blob/master/proposals/csharp-7.1/async-main.md
Difficulty: Easy
Time needed: 2-3 hrs
CSharpDecompiler.MemberIsHiddento hide the generated<Main>method in the decompiled code, ifsettings.AsyncAwaitis set.