Improve the usability of the grammars API et al. #758
Annotations
10 errors and 10 warnings
Run tests
'string' does not contain a definition for 'IsEmpty' and no accessible extension method 'IsEmpty' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'Nonterminal' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'Nonterminal' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'string' does not contain a definition for 'IsEmpty' and no accessible extension method 'IsEmpty' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'string' does not contain a definition for 'IsEmpty' and no accessible extension method 'IsEmpty' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'string' does not contain a definition for 'IsEmpty' and no accessible extension method 'IsEmpty' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'TokenSymbol' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'TokenSymbol' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'TokenSymbol' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'TokenSymbol' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'TokenSymbol' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'TokenSymbol' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
'Nonterminal' does not contain a definition for 'HasValue' and no accessible extension method 'HasValue' accepting a first argument of type 'Nonterminal' could be found (are you missing a using directive or an assembly reference?)
|
Run tests
Process completed with exit code 134.
|
Run tests
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Run tests
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Run tests
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Run tests
Dispose 'stack' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Run tests
Remove the unused private field '_x'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Run tests
'ISpanFormattable' implements 'IFormattable' so 'IFormattable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Run tests
Make 'InitialState' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Run tests
Change this condition so that it does not always evaluate to 'True'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
Run tests
Remove the unused local variable 'grammar'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Run tests
Loop should be simplified by calling Select(action => action.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
Loading