Improve the usability of the grammars API et al. #758
ci.yml
on: pull_request
Matrix: Test
full_ci_passed
0s
Annotations
20 errors and 10 warnings
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
'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?)
|
Test (ubuntu-latest)
Process completed with exit code 134.
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (windows-latest)
'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?)
|
Test (ubuntu-latest)
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test (ubuntu-latest)
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test (ubuntu-latest)
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Test (ubuntu-latest)
Dispose 'stack' when it is no longer needed. (https://rules.sonarsource.com/csharp/RSPEC-2930)
|
Test (ubuntu-latest)
Remove the unused private field '_x'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
Test (ubuntu-latest)
'ISpanFormattable' implements 'IFormattable' so 'IFormattable' can be removed from the inheritance list. (https://rules.sonarsource.com/csharp/RSPEC-1939)
|
Test (ubuntu-latest)
Make 'InitialState' a static property. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Test (ubuntu-latest)
Change this condition so that it does not always evaluate to 'True'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
|
Test (ubuntu-latest)
Remove the unused local variable 'grammar'. (https://rules.sonarsource.com/csharp/RSPEC-1481)
|
Test (ubuntu-latest)
Loop should be simplified by calling Select(action => action.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|