Bump super-linter/super-linter from 8.0.0 to 8.2.1 #32
Annotations
10 warnings
|
src/libColdHeart/EnhancedPngExporter.cs#L636
'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.'
|
|
src/libColdHeart/EnhancedPngExporter.cs#L634
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
|
|
src/libColdHeart/EnhancedPngExporter.cs#L518
'SKCanvas.DrawText(string, float, float, SKPaint)' is obsolete: 'Use DrawText(string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.'
|
|
src/libColdHeart/EnhancedPngExporter.cs#L514
'SKPaint.MeasureText(string, ref SKRect)' is obsolete: 'Use SKFont.MeasureText() instead.'
|
|
src/libColdHeart/EnhancedPngExporter.cs#L495
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
|
|
src/libColdHeart/EnhancedPngExporter.cs#L494
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
|
|
src/libColdHeart/PngExporter.cs#L156
'SKCanvas.DrawText(string, float, float, SKPaint)' is obsolete: 'Use DrawText(string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.'
|
|
src/libColdHeart/PngExporter.cs#L150
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.'
|
|
src/libColdHeart/PngExporter.cs#L149
'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.'
|
|
src/libColdHeart/PngExporter.cs#L147
'SKPaint.TextSize' is obsolete: 'Use SKFont.Size instead.'
|
The logs for this run have expired and are no longer available.
Loading