Add retry for file chunks #423
Annotations
10 warnings
Build, test and analyze:
src/Communication/SAF.Communication.Cde/ComLine.cs#L18
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Build, test and analyze:
src/SAF.Common/WildcardMatcher.cs#L14
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
Build, test and analyze:
src/SAF.Common/WildcardMatcher.cs#L26
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
Build, test and analyze:
src/SAF.Common/WildcardMatcher.cs#L26
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
Build, test and analyze:
src/SAF.Common/WildcardMatcher.cs#L14
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
Build, test and analyze:
src/Utils/CdeLogSorter/Program.cs#L7
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
Build, test and analyze:
src/Utils/CdeLogSorter/Sorter.cs#L21
Refactor this method to reduce its Cognitive Complexity from 28 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Build, test and analyze:
src/Utils/CdeLogSorter/Extensions.cs#L29
Provide the "DateTimeKind" when creating this object. (https://rules.sonarsource.com/csharp/RSPEC-6562)
|
Build, test and analyze:
src/Utils/CdeLogSorter/Sorter.cs#L106
Make 'SortStep2' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
Build, test and analyze:
src/Utils/CdeLogSorter/Extensions.cs#L27
Use a format provider when parsing date and time. (https://rules.sonarsource.com/csharp/RSPEC-6580)
|
Loading