Sonar scan #54
sonar-scan.yml
on: schedule
sonar-scan-net
2m 50s
sonar-scan-all
3m 5s
Annotations
1 error and 10 warnings
sonar-scan-net
Process completed with exit code 1.
|
sonar-scan-net:
shared/src/EMBC.ESS.Shared.Contracts/Teams/Profile.cs#L12
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
sonar-scan-net:
shared/src/EMBC.ESS.Shared.Contracts/Teams/Profile.cs#L12
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/DoubleMetaphoneExtension.cs#L1156
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/LongestCommonSubsequenceExtension.cs#L57
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/LongestCommonSubsequenceExtension.cs#L98
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Notifications/NotificationSender.cs#L16
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/SecurityEx.cs#L46
Check the return value of the 'Read' call to see how many bytes were read. (https://rules.sonarsource.com/csharp/RSPEC-2674)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/LongestCommonSubsequenceExtension.cs#L21
Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/LongestCommonSubsequenceExtension.cs#L97
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
|
sonar-scan-net:
shared/src/EMBC.Utilities/Extensions/LevenshteinDistanceExtension.cs#L23
Refactor this method to reduce its Cognitive Complexity from 27 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|