SA1011 triggers when using an indexer with the range syntax. ```cs var x = new int[5]; var y = x[0]..; // ^ SA1011 ``` Version: 1.2.0-beta.507