Ensure svg model has no trimmer warnings - #551
Merged
wieslawsoltes merged 2 commits intoAug 5, 2026
Merged
Annotations
21 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build sample:
src/Svg.Skia/SkiaModel.cs#L1994
'SKPath.QuadTo(float, float, float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build sample:
src/Svg.Skia/SkiaModel.cs#L1985
'SKPath.ArcTo(float, float, float, SKPathArcSize, SKPathDirection, float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build sample:
src/Svg.Skia/SkiaModel.cs#L1973
'SKPath.LineTo(float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build sample:
src/Svg.Skia/SkiaModel.cs#L1966
'SKPath.MoveTo(float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build sample:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L132
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build sample:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L124
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build sample:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L124
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build sample:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L104
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build sample:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L56
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build sample:
src/Svg.Custom/Painting/SvgPaintServerFactory.cs#L49
'SvgDeferredPaintServer.SvgDeferredPaintServer(SvgDocument, string)' is obsolete: 'Will be removed.'
|
|
Build libraries:
src/Svg.Skia/SkiaModel.cs#L1994
'SKPath.QuadTo(float, float, float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build libraries:
src/Svg.Skia/SkiaModel.cs#L1985
'SKPath.ArcTo(float, float, float, SKPathArcSize, SKPathDirection, float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build libraries:
src/Svg.Skia/SkiaModel.cs#L1973
'SKPath.LineTo(float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build libraries:
src/Svg.Skia/SkiaModel.cs#L1966
'SKPath.MoveTo(float, float)' is obsolete: 'Use SKPathBuilder instead.'
|
|
Build libraries:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L132
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build libraries:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L124
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build libraries:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L124
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build libraries:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L104
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
|
Build libraries:
src/Svg.Custom/Painting/SvgPaintServerFactory.cs#L49
'SvgDeferredPaintServer.SvgDeferredPaintServer(SvgDocument, string)' is obsolete: 'Will be removed.'
|
|
Build libraries:
src/Svg.Custom/Painting/SvgDeferredPaintServer.cs#L56
'SvgDeferredPaintServer.Document' is obsolete: 'Will be removed.'
|
background
wait
wait-all
cancel
parallel
Loading