When a path is both filled and stroked, try to do so atomically #89
Annotations
77 warnings
|
windows / windows-arm64 / net8.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-arm64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
|
windows / windows-arm64 / net6.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
|
windows / windows-arm64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net8.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-x64 / net8.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
|
windows / windows-x64 / net9.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-x64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
|
windows / windows-arm64 / net9.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-arm64 / net9.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net6.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
|
windows / windows-x64 / net6.0:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net462
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L134
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderShadingPattern(SKPath path, ShadingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.Glyph.cs#L130
Possible null reference argument for parameter 'pattern' in 'void SkiaStreamProcessor.RenderTilingPattern(SKPath path, TilingPatternColor pattern, bool isStroke)'.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/SkiaStreamProcessor.cs#L93
Non-nullable field '_canvas' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/Helpers/SkiaFontCache.Font.cs#L252
Possible null reference argument for parameter 'name' in 'TrueTypeFont ISystemFontFinder.GetTrueTypeFont(string name)'.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L89
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetNonStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/PatternAwareColorSpaceContext.cs#L63
Possible null reference argument for parameter 'operands' in 'void IColorSpaceContext.SetStrokingColor(IReadOnlyList<double> operands, NameToken? patternName = null)'.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L90
Nullable value type may be null.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L89
Nullable value type may be null.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L88
Nullable value type may be null.
|
|
windows / windows-x64 / net462:
UglyToad.PdfPig.Rendering.Skia/Helpers/SKPaintCache.cs#L87
Nullable value type may be null.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-windows-arm64-net6.0
|
84.4 KB |
sha256:4c13fac5269c5bc723c7acde83ed716f8730013590fadd27e702e9a4433564f0
|
|
|
test-results-windows-arm64-net8.0
|
84.7 KB |
sha256:cfbdfb1f5cf369f4e13f465ada85ec46e47875a86a5794e8bcc03365292c32c2
|
|
|
test-results-windows-arm64-net9.0
|
84.4 KB |
sha256:62de064d68ad44b48016f2ee7bc62e13528bb78e0203de3e387c8396a395f707
|
|
|
test-results-windows-x64-net462
|
83.5 KB |
sha256:128dbf06b0b2c09b2a1a7ebbe6f954fd5376337093756ac4750a26b13c26a3ad
|
|
|
test-results-windows-x64-net6.0
|
84.9 KB |
sha256:42cf5faedfa69f4f8a2799e0469252bf5f8f43039e75c060987281dab4f3faa4
|
|
|
test-results-windows-x64-net8.0
|
84.3 KB |
sha256:b1079fd6b685e930e730c035fff58d14c4fd702f23702001d40ae725690fd778
|
|
|
test-results-windows-x64-net9.0
|
84.7 KB |
sha256:952e835fec40b8d9976021010bd68b5b0aadb022f92e16b54f28b4505fa8074b
|
|