Skip to content

[POC] Start refactoring to render pdf pages as images #371

[POC] Start refactoring to render pdf pages as images

[POC] Start refactoring to render pdf pages as images #371

Triggered via pull request July 30, 2023 14:39
Status Success
Total duration 8m 53s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.0.2. 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/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
.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/SkiaStreamProcessor.Path.cs#L172
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(TilingPatternColor pattern, bool isStroke)'.
build: src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.Path.cs#L176
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(ShadingPatternColor pattern, bool isStroke)'.
build: src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.Path.cs#L238
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(TilingPatternColor pattern, bool isStroke)'.
build: src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.Path.cs#L242
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(ShadingPatternColor pattern, bool isStroke)'.
build: src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.Path.cs#L285
Dereference of a possibly null reference.
build: src/UglyToad.PdfPig.Rendering.Skia/Graphics/SkiaStreamProcessor.Shading.cs#L20
Possible null reference argument for parameter 'shading' in 'void SkiaStreamProcessor.RenderAxialShading(AxialShading shading, TransformationMatrix transformationMatrix, float minX, float minY, float maxX, float maxY, bool isStroke = false, SKPath? path = null)'.