In this blog post, you’ll learn more about the C# Compiler Error – CS8417 and the related message description
C# Compiler Error Code
CS8417
C# Compiler Description for the Code :CS8417
‘{0}’: type used in an asynchronous using statement must be implicitly convertible to ‘System.IAsyncDisposable’ or implement a suitable ‘DisposeAsync’ method. Did you mean ‘using’ rather than ‘await using’?
Leave a Reply