Skip to content

v0.34.1

v0.34.1 #53

Triggered via release June 27, 2026 07:24
@shps951023shps951023
published v0.34.1
Status Success
Total duration 1m 11s
Artifacts

nuget-publish.yml

on: release
Fit to window
Zoom out
Zoom in

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/ExcelReader.cs#L584
Dereference of a possibly null reference.
publish: src/MiniPdf/ExcelReader.cs#L529
Possible null reference argument for parameter 'key' in '(int HeaderDxf, int TotalDxf, int WholeDxf, int FirstColDxf, int FirstRowStripeDxf, int SecondRowStripeDxf) Dictionary<string, (int HeaderDxf, int TotalDxf, int WholeDxf, int FirstColDxf, int FirstRowStripeDxf, int SecondRowStripeDxf)>.this[string key]'.
publish: src/MiniPdf/DocxToPdfConverter.cs#L167
Possible null reference argument for parameter 's' in 'bool NetFxPolyfills.Contains(string s, string value, StringComparison comparison)'.
publish: src/MiniPdf/ExcelReader.cs#L442
Dereference of a possibly null reference.
publish: src/MiniPdf/ExcelReader.cs#L440
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, CellBorderInfo>.TryGetValue(string key, out CellBorderInfo value)'.
publish: src/MiniPdf/ExcelReader.cs#L390
Possible null reference argument for parameter 'key' in 'CellBorderInfo Dictionary<string, CellBorderInfo>.this[string key]'.
publish: src/MiniPdf/ExcelReader.cs#L335
Possible null reference argument for parameter 'Style' in 'BorderSide.BorderSide(string Style, PdfColor? Color)'.
publish: src/MiniPdf/ExcelReader.cs#L4559
Dereference of a possibly null reference.
publish: src/MiniPdf/ExcelToPdfConverter.cs#L108
Possible null reference argument for parameter 'footerFormat' in 'void ExcelToPdfConverter.RenderPageFooter(IReadOnlyList<PdfPage> pages, string footerFormat, int startPage, int endPage, int totalPages, float footerY, float marginL, float marginR)'.
publish: src/MiniPdf/DocxReader.cs#L123
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, XDocument>.TryGetValue(string key, out XDocument value)'.