Bugfix: xref-streams were not added #1092
Triggered via pull request
September 30, 2025 13:54
Status
Failure
Total duration
10m 5s
Artifacts
–
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
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)
|