Skip to content

Resolve image data (implementation from @kasperdaff) #790

Resolve image data (implementation from @kasperdaff)

Resolve image data (implementation from @kasperdaff) #790

Triggered via pull request February 22, 2025 20:49
Status Success
Total duration 6m 35s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
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.
build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L62
Dereference of a possibly null reference.
build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L78
Dereference of a possibly null reference.
build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L89
Dereference of a possibly null reference.
build: src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L123
Dereference of a possibly null reference.
build: src/UglyToad.PdfPig/Content/Page.cs#L128
'Page.ExperimentalAccess' is obsolete: 'Use methods and properties directly at Page level.'
build: src/UglyToad.PdfPig/Content/Page.cs#L128
'Page.Experimental' is obsolete: 'Use methods and properties directly at Page level.'
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).
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).