v0.35.1 #54
Triggered via release
July 2, 2026 16:36
shps951023
published
v0.35.1
Status
Success
Total duration
1m 17s
Artifacts
–
Annotations
11 warnings
|
publish
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
publish:
src/MiniPdf/DocxReader.cs#L2222
This call site is reachable on all platforms. 'Metafile' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/DocxReader.cs#L2234
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/DocxReader.cs#L2246
This call site is reachable on all platforms. 'Graphics.InterpolationMode' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/DocxReader.cs#L2268
This call site is reachable on all platforms. 'ImageFormat.Png' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/DocxReader.cs#L2264
This call site is reachable on all platforms. 'InterpolationMode.HighQualityBicubic' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/DocxReader.cs#L2273
This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/DocxReader.cs#L2246
This call site is reachable on all platforms. 'InterpolationMode.HighQualityBicubic' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
publish:
src/MiniPdf/PdfPage.cs#L180
Parameter 'alpha' has no matching param tag in the XML comment for 'PdfPage.AddImage(byte[], string, float, float, float, float, float)' (but other parameters do)
|
|
publish:
src/MiniPdf/ExcelToPdfConverter.cs#L1657
The variable 'anyWrapText' is assigned but its value is never used
|
|
publish:
src/MiniPdf/DocxToPdfConverter.cs#L1788
Possible null reference argument for parameter 'text' in 'List<string> DocxToPdfConverter.WordWrap(string text, float firstLineWidth, float subsequentWidth, float fontSize, List<DocxTabStop>? tabStops = null, bool bold = false, float charSpacing = 0, bool useCalibriWidths = true)'.
|