New video from the Practical C# Video series. Explore the new Async Main feature in C# 7.1 in a simple and practical way.
Async Main in C# 7.1 (Preview)
Learn how to use the new Async Main feature in C# 7.1. You can use async in the entry point of your console application using Visual Studio 2017 Preview 3.
[…] you need to know to master C# 7 and Practical C# – Async Main in C# 7.1 (Andrea […]
[…] Practical C# – Async Main in C# 7.1 – Andrea Angella […]
I did not suceed to do that, modifying LangVersion to 7.1 did not change anything in my dotnet core 2.0 project.
I haven’t tried with the latest tooling and .NET Core 2. I’ll give it a go when I have some time and I’ll get back to you. If you figure it out before, you are welcome to share your findings. Thanks