-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Milestone
Description
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, ifsettings.AsyncAwait
is set.