handle case where offsets are out of range #1074
Annotations
10 warnings
|
build:
src/UglyToad.PdfPig.Fonts/TrueType/TrueTypeFont.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
src/UglyToad.PdfPig.Fonts/TrueType/Parser/TrueTypeFontParser.cs#L64
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.Fonts/TrueType/TrueTypeFont.cs#L64
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
src/UglyToad.PdfPig.Fonts/TrueType/TrueTypeFont.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
src/UglyToad.PdfPig.Fonts/TrueType/Parser/TrueTypeFontParser.cs#L64
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.Fonts/TrueType/TrueTypeFont.cs#L64
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
src/UglyToad.PdfPig.Fonts/TrueType/TrueTypeFont.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
src/UglyToad.PdfPig.Tokens/HexToken.cs#L61
Comparing a span to 'null' might be redundant, the 'null' literal will be implicitly converted to a 'Span<T>.Empty' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2265)
|