Add optional parameters LabelTop and LabelShift #114
Annotations
10 warnings
PDFtoZPL/ZplOptions.cs#L33
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
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)
|
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)
|
PDFtoZPL/DitheringUtils.cs#L90
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
PDFtoZPL/DitheringUtils.cs#L121
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
PDFtoZPL/Conversion.cs#L111
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
PDFtoZPL/Conversion.cs#L136
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
PDFtoZPL/Conversion.cs#L165
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
PDFtoZPL/DitheringUtils.cs#L23
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
PDFtoZPL/Conversion.cs#L337
Refactor this method to reduce its Cognitive Complexity from 16 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
This job succeeded
Loading