Update to PDFtoImage 4.0.2 (#57) #97
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PDFtoZPL/ZplOptions.cs#L27
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
PDFtoZPL/ZplOptions.cs#L12
This method signature overlaps the one defined on line 21, the default parameter value can only be used with named arguments. (https://rules.sonarsource.com/csharp/RSPEC-3427)
|
PDFtoZPL/ConversionUtils.cs#L14
Initialize all 'static fields' inline and remove the 'static constructor'. (https://rules.sonarsource.com/csharp/RSPEC-3963)
|
PDFtoZPL/DitheringUtils.cs#L24
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
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/ConversionUtils.cs#L81
Refactor this method to reduce its Cognitive Complexity from 62 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
PDFtoZPL/DitheringUtils.cs#L91
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
PDFtoZPL/DitheringUtils.cs#L122
Make sure that using "unsafe" is safe here. (https://rules.sonarsource.com/csharp/RSPEC-6640)
|
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)
|
PDFtoZPL/Conversion.cs#L140
Split this method into two, one handling parameters check and the other handling the iterator. (https://rules.sonarsource.com/csharp/RSPEC-4456)
|
This job succeeded
Loading