[POC] Start refactoring to render pdf pages as images #372
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
23 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The target framework 'netcoreapp2.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp2.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L36
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L93
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L191
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L194
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L209
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L270
Possible null reference return.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L296
Possible null reference return.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.cs#L27
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build
.NET Core 2.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build
The target framework 'netcoreapp2.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build
The target framework 'netcoreapp2.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.cs#L27
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.cs#L27
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L36
Non-nullable field 'dictionary' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L93
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L191
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L194
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L209
Converting null literal or possible null value to non-nullable type.
|
build:
src/UglyToad.PdfPig.Rendering.Skia/Graphics/BaseRenderStreamProcessor.cs#L270
Possible null reference return.
|