C# Compiler Warning – CS8513 the name ‘‘ refers to the type ‘{0}’, no
In this blog post, you’ll learn more about the C# Compiler Warning – CS8513 and the related message description
C# Compiler Warning Code
CS8513
C# Compiler Description for the Code :CS8513
The name ‘‘ refers to the type ‘{0}’, not the discard pattern. Use ‘@‘ for the type, or ‘var _’ to discard.
Leave Your Comment