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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
The above code block produces this error: "::" is not valid at the start of a code block. Only identifiers, keywords, comments, "(" and "{" are valid.
The expected output is :Something. I can get around this by using <text>:Something</text>. My assumption is because :: is a valid namespace qualifier in c#.