Add CMap caching at document level and add MurmurHash3 hashing function #1193
Annotations
10 warnings
|
src/UglyToad.PdfPig/Graphics/SoftMask.cs#L32
Non-nullable property 'TransparencyGroup' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/UglyToad.PdfPig/Graphics/SoftMask.cs#L124
Converting null literal or possible null value to non-nullable type.
|
|
src/UglyToad.PdfPig/Graphics/SoftMask.cs#L110
Converting null literal or possible null value to non-nullable type.
|
|
src/UglyToad.PdfPig/Graphics/SoftMask.cs#L96
Converting null literal or possible null value to non-nullable type.
|
|
src/UglyToad.PdfPig/Content/OptionalContentGroupElement.cs#L158
Possible null reference argument for parameter 'values' in 'string string.Join(string? separator, IEnumerable<string?> values)'.
|
|
src/UglyToad.PdfPig/Content/Page.cs#L128
'Page.Experimental' is obsolete: 'Use methods and properties directly at Page level.'
|
|
src/UglyToad.PdfPig/Content/Page.cs#L128
'Page.ExperimentalAccess' is obsolete: 'Use methods and properties directly at Page level.'
|
|
src/UglyToad.PdfPig/AdvancedPdfDocumentAccess.cs#L96
Dereference of a possibly null reference.
|
|
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).
|
|
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).
|
The logs for this run have expired and are no longer available.
Loading