Recently, I’ve tried to run a .NET Core console app with an async main method. The main method simply calls an async method using async and await. The program was quite simple and looked like the following sample:

#.net

2.25 GEEK