You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classMyClass{/// <summary>/// This is a doc comment/// </summary>[Attribute]publicstringMyString{get;set;}/// <summary>/// This is a doc comment/// </summary>[Attribute(argument)]publicstringMyString{get;set;}// This is a normal comment[Attribute]publicstringMyString{get;set;}// This is without a comment:[Attribute]publicstringMyString{get;set;}[Attribute(argument)]publicstringMyString{get;set;}}
The text was updated successfully, but these errors were encountered:
Information
Description
Attributes are only correctly identified when not immediately following a comment.
Code snippet
Test page
The code being highlighted incorrectly.
The text was updated successfully, but these errors were encountered: