C# Compiler Error – CS8031 async lambda expression converted to a ‘
In this blog post, you’ll learn more about the C# Compiler Error – CS8031 and the related message description
C# Compiler Error Code
CS8031
C# Compiler Description for the Code :CS8031
Async lambda expression converted to a ‘Task’ returning delegate cannot return a value. Did you intend to return ‘Task’?
Leave Your Comment