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