Create sonarcloud.yml (#245) #2
Annotations
20 warnings
Build:
Px.Abstractions/Codelist.cs#L10
Rename this enumeration to remove the 'Enum' suffix. (https://rules.sonarsource.com/csharp/RSPEC-2344)
|
Build:
Px.Search/Indexer.cs#L209
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
Px.Search/Searcher.cs#L9
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build:
Px.Search/Searcher.cs#L13
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
Px.Search/TableInformation.cs#L13
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Build:
Px.Search/SearchResultContainer.cs#L9
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
Build:
Px.Search/Indexer.cs#L49
Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Build:
Px.Search/PaxiomHelperExtensions.cs#L8
Refactor this method to reduce its Cognitive Complexity from 32 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build:
Px.Search/Indexer.cs#L88
Replace this type-check-and-cast sequence to use pattern matching. (https://rules.sonarsource.com/csharp/RSPEC-3247)
|
Build:
Px.Search/Indexer.cs#L96
Replace this type-check-and-cast sequence to use pattern matching. (https://rules.sonarsource.com/csharp/RSPEC-3247)
|
Run coverage test:
Px.Abstractions/Codelist.cs#L10
Rename this enumeration to remove the 'Enum' suffix. (https://rules.sonarsource.com/csharp/RSPEC-2344)
|
Run coverage test:
Px.Search/Indexer.cs#L209
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Run coverage test:
Px.Search/SearchResultContainer.cs#L9
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
Run coverage test:
Px.Search/Searcher.cs#L9
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Run coverage test:
Px.Search/Searcher.cs#L13
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Run coverage test:
Px.Search/TableInformation.cs#L13
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
Run coverage test:
Px.Search/Indexer.cs#L49
Change this condition so that it does not always evaluate to 'True'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
|
Run coverage test:
Px.Search/Indexer.cs#L49
Remove this unnecessary null check; 'is' returns false for nulls. (https://rules.sonarsource.com/csharp/RSPEC-4201)
|
Run coverage test:
Px.Search/Indexer.cs#L36
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Run coverage test:
Px.Search/Indexer.cs#L54
Don't use string interpolation in logging message templates. (https://rules.sonarsource.com/csharp/RSPEC-2629)
|
Loading