Skip to content

Nightly Release

Nightly Release #1908

Triggered via schedule September 1, 2026 00:26
Status Success
Total duration 17m 17s
Artifacts

nightly_release.yml

on: schedule
Check if this commit has already been published
12s
Check if this commit has already been published
build_and_publish_nightly
2m 36s
build_and_publish_nightly
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
Check if this commit has already been published
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests / build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
tests / build: src/UglyToad.PdfPig.Tokens/NullToken.cs#L38
Nullability of reference types in type of parameter 'obj' of 'bool NullToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/ObjectToken.cs#L53
Nullability of reference types in type of parameter 'obj' of 'bool ObjectToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/IndirectReferenceToken.cs#L36
Nullability of reference types in type of parameter 'obj' of 'bool IndirectReferenceToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/CommentToken.cs#L42
Nullability of reference types in type of parameter 'obj' of 'bool CommentToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/BooleanToken.cs#L51
Nullability of reference types in type of parameter 'obj' of 'bool BooleanToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/HexToken.cs#L163
Nullability of reference types in type of parameter 'obj' of 'bool HexToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/ArrayToken.cs#L114
Nullability of reference types in type of parameter 'obj' of 'bool ArrayToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/InlineImageDataToken.cs#L45
Nullability of reference types in type of parameter 'obj' of 'bool InlineImageDataToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/NumericToken.cs#L195
Nullability of reference types in type of parameter 'obj' of 'bool NumericToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
tests / build: src/UglyToad.PdfPig.Tokens/EndOfLineToken.cs#L30
Nullability of reference types in type of parameter 'obj' of 'bool EndOfLineToken.Equals(IToken obj)' doesn't match implicitly implemented member 'bool IEquatable<IToken>.Equals(IToken? other)' (possibly because of nullability attributes).
build_and_publish_nightly
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, microsoft/setup-msbuild@v1.0.2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/DictionaryToken.cs#L78
Possible null reference assignment.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/DictionaryToken.cs#L61
Cannot convert null literal to non-nullable reference type.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/StringToken.cs#L84
Possible null reference return.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/StringToken.cs#L29
Non-nullable field 'rawBytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/IndirectReferenceToken.cs#L24
Missing XML comment for publicly visible type or member 'IndirectReferenceToken.GetHashCode()'
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/NameToken.cs#L79
Possible null reference return.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/DictionaryToken.cs#L78
Possible null reference assignment.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/DictionaryToken.cs#L61
Cannot convert null literal to non-nullable reference type.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/StringToken.cs#L84
Possible null reference return.
build_and_publish_nightly: src/UglyToad.PdfPig.Tokens/StringToken.cs#L29
Non-nullable field 'rawBytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build_and_publish_nightly
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/