Incorrect error formatting for generic attribute missing errors #69700
Labels
Area-Compilers
Bug
Concept-Diagnostic Clarity
The issues deals with the ease of understanding of errors and warnings.
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Version Used: 5fcefbe
Steps to Reproduce:
Sharplab
Diagnostic Id: CS0246
Expected Behavior:
The type or namespace name 'SomeAttributeAttribute<>' could not be found (are you missing a using directive or an assembly reference?)
Actual Behavior:
The type or namespace name 'SomeAttribute<>Attribute' could not be found (are you missing a using directive or an assembly reference?)
The text was updated successfully, but these errors were encountered: