Add UglyToad.PdfPig.Benchmarks and misc performance improvements #1255
Annotations
10 warnings
|
Build the solution:
src/UglyToad.PdfPig/Content/Page.cs#L128
'Page.ExperimentalAccess' is obsolete: 'Use methods and properties directly at Page level.'
|
|
Build the solution:
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L171
Dereference of a possibly null reference.
|
|
Build the solution:
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L138
Dereference of a possibly null reference.
|
|
Build the solution:
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L127
Dereference of a possibly null reference.
|
|
Build the solution:
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L111
Dereference of a possibly null reference.
|
|
Build the solution:
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L92
Cannot convert null literal to non-nullable reference type.
|
|
Build the solution:
src/UglyToad.PdfPig/XObjects/XObjectFactory.cs#L43
Possible null reference argument for parameter 'dictionaryToken' in 'int DictionaryTokenExtensions.GetInt(DictionaryToken dictionaryToken, NameToken name)'.
|
|
Build the solution:
src/UglyToad.PdfPig/AdvancedPdfDocumentAccess.cs#L96
Dereference of a possibly null reference.
|
|
Build the solution:
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).
|
|
Build the solution:
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).
|
Loading