Add and deprecate target frameworks #490
Annotations
10 warnings
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L460
'SKBitmapExtensions.EncodeExt(SKBitmap, Stream, SKEncodedImageFormat, int)' is obsolete: 'This is a workaround for the missing PNG compression in SkiaSharp 3.x. Remove this once SkiaSharp is fixed. See GitHub issue: https://github.com/mono/SkiaSharp/issues/3013'
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L484
'SKBitmapExtensions.EncodeExt(SKBitmap, Stream, SKEncodedImageFormat, int)' is obsolete: 'This is a workaround for the missing PNG compression in SkiaSharp 3.x. Remove this once SkiaSharp is fixed. See GitHub issue: https://github.com/mono/SkiaSharp/issues/3013'
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L508
'SKBitmapExtensions.EncodeExt(SKBitmap, Stream, SKEncodedImageFormat, int)' is obsolete: 'This is a workaround for the missing PNG compression in SkiaSharp 3.x. Remove this once SkiaSharp is fixed. See GitHub issue: https://github.com/mono/SkiaSharp/issues/3013'
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L41
All 'SaveJpeg' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L73
All 'SavePng' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L105
All 'SaveWebp' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L137
All 'ToImage' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Analyze:
src/PDFtoImage/Internals/SKBitmapExtensions.cs#L9
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L460
'SKBitmapExtensions.EncodeExt(SKBitmap, Stream, SKEncodedImageFormat, int)' is obsolete: 'This is a workaround for the missing PNG compression in SkiaSharp 3.x. Remove this once SkiaSharp is fixed. See GitHub issue: https://github.com/mono/SkiaSharp/issues/3013'
|
Analyze:
src/PDFtoImage/Conversion.Deprecated.cs#L460
'SKBitmapExtensions.EncodeExt(SKBitmap, Stream, SKEncodedImageFormat, int)' is obsolete: 'This is a workaround for the missing PNG compression in SkiaSharp 3.x. Remove this once SkiaSharp is fixed. See GitHub issue: https://github.com/mono/SkiaSharp/issues/3013'
|
Loading