markjprice / cs12dotnet8

Repository for the Packt Publishing book titled "C# 12 and .NET 8 - Modern Cross-Platform Development Fundamentals" by Mark J. Price
638 stars 200 forks source link

Capter 2 AsyncConsole non top level version #64

Closed b7f7 closed 3 months ago

b7f7 commented 3 months ago

async Main does not support int or void return but needs static async Task Main would be good if that is explained, but explaing async here looks out of place

markjprice commented 3 months ago

Doesn't the note on page 112 do what you're asking for? image

I agree this section is a little out-of-place. I will consider removing it in the next edition.

b7f7 commented 3 months ago

yes, for some reason i ignored it because i was not using Net 5 and i thought it was reffereing to Main not supporting async