Skip to content

Nightly Release

Nightly Release #1309

Triggered via schedule March 2, 2025 01:09
Status Success
Total duration 13m 7s
Artifacts

nightly_release.yml

on: schedule
build_and_publish_nightly
0s
build_and_publish_nightly
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
tests / build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Check latest commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
tests / build: src/UglyToad.PdfPig.Fonts/GlyphList.cs#L99
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
tests / build: src/UglyToad.PdfPig/Writer/PdfDedupStreamWriter.cs#L74
Nullability of reference types in type of parameter 'x' of 'bool FNVByteComparison.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig/Writer/PdfDedupStreamWriter.cs#L74
Nullability of reference types in type of parameter 'y' of 'bool FNVByteComparison.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L43
Possible null reference argument for parameter 'dictionaryToken' in 'int DictionaryTokenExtensions.GetInt(DictionaryToken dictionaryToken, NameToken name)'.
tests / build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L62
Dereference of a possibly null reference.
tests / build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L78
Dereference of a possibly null reference.
tests / build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L89
Dereference of a possibly null reference.
tests / build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L123
Dereference of a possibly null reference.
tests / build: src/UglyToad.PdfPig/Writer/Xmp/XmpWriter.cs#L249
Possible null reference argument for parameter 'other' in 'XDocument.XDocument(XDocument other)'.
tests / build: src/UglyToad.PdfPig/AdvancedPdfDocumentAccess.cs#L96
Dereference of a possibly null reference.