We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff14d11 commit 1cb5103Copy full SHA for 1cb5103
documentation/SA1011.md
@@ -34,6 +34,7 @@ A closing square bracket should be followed by whitespace unless:
34
* It is followed by certain types of operator symbols
35
* It is followed by a nullable reference type annotation for arrays (for example, `string[]? items`)
36
* It is followed by the null-forgiving operator applied to an array or element access (for example, `values[0]!`)
37
+* It is immediately followed by a `<` in an unmanaged calling convention list for a function pointer, for example `delegate* unmanaged[Cdecl]<void>`
38
39
## How to fix violations
40
0 commit comments