Increment version to 0.1.13 #1207
Merged
Annotations
10 warnings
|
src/UglyToad.PdfPig/AdvancedPdfDocumentAccess.cs#L96
Dereference of a possibly null reference.
|
|
src/UglyToad.PdfPig/Writer/Xmp/XmpWriter.cs#L249
Possible null reference argument for parameter 'other' in 'XDocument.XDocument(XDocument other)'.
|
|
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L171
Dereference of a possibly null reference.
|
|
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L138
Dereference of a possibly null reference.
|
|
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L127
Dereference of a possibly null reference.
|
|
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L111
Dereference of a possibly null reference.
|
|
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L92
Cannot convert null literal to non-nullable reference type.
|
|
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L43
Possible null reference argument for parameter 'dictionaryToken' in 'int DictionaryTokenExtensions.GetInt(DictionaryToken dictionaryToken, NameToken name)'.
|
|
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