Update to PDFtoImage 5.0.0 (#70) #133
Annotations
10 warnings
Analyze:
PDFtoZPL/ZplOptions.cs#L33
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Analyze:
PDFtoZPL/ZplOptions.cs#L15
This method signature overlaps the one defined on line 27, the default parameter value can only be used with named arguments. (https://rules.sonarsource.com/csharp/RSPEC-3427)
|
Analyze:
PDFtoZPL/Conversion.cs#L171
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
Analyze:
PDFtoZPL/Conversion.cs#L115
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
Analyze:
PDFtoZPL/DitheringUtils.cs#L23
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
Analyze:
PDFtoZPL/Conversion.cs#L141
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
Analyze:
PDFtoZPL/Conversion.cs#L346
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
Analyze:
PDFtoZPL/ZplOptions.cs#L33
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Analyze:
PDFtoZPL/DitheringUtils.cs#L90
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
Analyze:
PDFtoZPL/ZplOptions.cs#L15
This method signature overlaps the one defined on line 27, the default parameter value can only be used with named arguments. (https://rules.sonarsource.com/csharp/RSPEC-3427)
|
Loading