Open
Description
Type of issue
Other (describe below)
Description
In the recommendations section you write:
Add "Async" as the suffix of every async method name you write.
But in the code example(s) the method public async Task GetDotNetCount(string URL) does not follow your own suggestion.
Is should be named GetDotNetCountAsync.
Thank you.
Page URL
https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/async-scenarios
Content source URL
https://github.com/dotnet/docs/blob/main/docs/csharp/asynchronous-programming/async-scenarios.md
Document Version Independent Id
77bdee53-c2a0-e16f-c93a-3ca0afae0b93
Article author
Metadata
- ID: d885f1eb-2b37-693b-c91f-74b748c9424a
- Service: dotnet-csharp
- Sub-service: async-task-programming