In this blog post, you’ll learn more about the C# Compiler Error – CS0687 and the related message description
C# Compiler Error Code
CS0687
C# Compiler Description for the Code :CS0687
The namespace alias qualifier ‘::’ always resolves to a type or namespace so is illegal here. Consider using ‘.’ instead.
Leave a Reply