v0.22.0 #37
Triggered via release
March 26, 2026 14:47
openaitx-system
published
v0.22.0
Status
Success
Total duration
48s
Artifacts
–
Annotations
11 warnings
|
publish
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
publish:
src/MiniPdf/ExcelReader.cs#L406
Dereference of a possibly null reference.
|
|
publish:
src/MiniPdf/ExcelReader.cs#L404
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, CellBorderInfo>.TryGetValue(string key, out CellBorderInfo value)'.
|
|
publish:
src/MiniPdf/DocxReader.cs#L194
Possible null reference argument for parameter 'hex' in 'PdfColor PdfColor.FromHex(string hex)'.
|
|
publish:
src/MiniPdf/DocxToPdfConverter.cs#L102
Possible null reference argument for parameter 's' in 'bool NetFxPolyfills.Contains(string s, string value, StringComparison comparison)'.
|
|
publish:
src/MiniPdf/ExcelReader.cs#L354
Possible null reference argument for parameter 'key' in 'CellBorderInfo Dictionary<string, CellBorderInfo>.this[string key]'.
|
|
publish:
src/MiniPdf/ExcelReader.cs#L299
Possible null reference argument for parameter 'Style' in 'BorderSide.BorderSide(string Style, PdfColor? Color)'.
|
|
publish:
src/MiniPdf/ExcelReader.cs#L4277
Dereference of a possibly null reference.
|
|
publish:
src/MiniPdf/PdfWriter.cs#L176
Possible null reference argument for parameter 'preferredFontName' in 'void PdfWriter.PrioritizePreferredCjkFont(List<string> candidatePaths, string preferredFontName)'.
|
|
publish:
src/MiniPdf/ExcelToPdfConverter.cs#L101
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/DocxToPdfConverter.cs#L2944
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|