Increase version #504
Annotations
10 warnings
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L41
All 'SaveJpeg' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Internals/IsExternalInit.cs#L4
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L73
All 'SavePng' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L105
All 'SaveWebp' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L137
All 'ToImage' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/PdfAntiAliasing.cs#L9
Rename this enumeration to match the regular expression: '^([A-Z]{1,3}[a-z0-9]+)*([A-Z]{2})?s$'. (https://rules.sonarsource.com/csharp/RSPEC-2342)
|
Analyze:
src/PDFtoImage/Internals/NativeMethods.cs#L462
Rename class 'FPDF_FORMFILLINFO' to match pascal case naming rules, consider using 'FpdfFormfillinfo'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Analyze:
src/PDFtoImage/Internals/NativeMethods.cs#L379
Rename this method to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
|
Analyze:
src/PDFtoImage/Internals/NativeMethods.cs#L382
Rename this method to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
|
Analyze:
src/PDFtoImage/Internals/NativeMethods.cs#L385
Rename this method to not shadow the outer class' member with the same name. (https://rules.sonarsource.com/csharp/RSPEC-3218)
|
Loading