Update to PDFtoImage 5.0.0-preview #121
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#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/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/ConversionUtils.cs#L14
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
|
Analyze:
PDFtoZPL/PdfOptions.cs#L23
This method signature overlaps the one defined on line 39, the default parameter value can only be used with named arguments. (https://rules.sonarsource.com/csharp/RSPEC-3427)
|
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#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)
|
Loading