Closed maurobringolf closed 1 hour ago
Ah sorry, I only saw the line "This is valid on statements and members." in the documentation now. So I guess placing it before [X]
makes links the comment to the member instead of the attribute and that is why it works in that case.
Input:
Output:
Breaks line between attribute arguments
Expected behavior:
Unchanged:
Note: When you place
// csharpier-ignore-start
above the first attribute[X]
it works as expected.