C# Compiler Error – CS4028 ‘await’ requires that the type ‘{0}’ hav
In this blog post, you’ll learn more about the C# Compiler Error – CS4028 and the related message description
C# Compiler Error Code
CS4028
C# Compiler Description for the Code :CS4028
‘await’ requires that the type ‘{0}’ have a suitable ‘GetAwaiter’ method. Are you missing a using directive for ‘System’?
Leave Your Comment