Skip to content

Add and deprecate target frameworks #490

Add and deprecate target frameworks

Add and deprecate target frameworks #490

Triggered via pull request October 18, 2024 10:35
@sungailasungaila
synchronize #90
net9.0
Status Success
Total duration 53m 6s
Artifacts 12

dotnet.yml

on: pull_request
Matrix: docker
Matrix: test
Publish tests results
17s
Publish tests results
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Build: 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'
Build: 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'
Build: 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'
Build: 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'
Build: 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'
Build: 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'
Build: 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'
Build: 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'
Build: 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'
Build: 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'
SonarCloud: 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'
SonarCloud: 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'
SonarCloud: 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'
SonarCloud: src/PDFtoImage/Conversion.Deprecated.cs#L41
All 'SaveJpeg' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
SonarCloud: src/PDFtoImage/Conversion.Deprecated.cs#L73
All 'SavePng' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
SonarCloud: src/PDFtoImage/Conversion.Deprecated.cs#L105
All 'SaveWebp' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
SonarCloud: src/PDFtoImage/Conversion.Deprecated.cs#L137
All 'ToImage' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
SonarCloud: src/PDFtoImage/Internals/SKBitmapExtensions.cs#L9
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
SonarCloud: 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'
SonarCloud: 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'
Test (macos-12)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721

Artifacts

Produced during runtime
Name Size
Library assemblies
219 MB
NuGet packages
814 KB
Test assemblies Expired
1.73 GB
Test results (macos-12) Expired
679 KB
Test results (macos-13) Expired
681 KB
Test results (macos-14) Expired
678 KB
Test results (macos-15) Expired
678 KB
Test results (ubuntu-20.04) Expired
683 KB
Test results (ubuntu-22.04) Expired
683 KB
Test results (ubuntu-24.04) Expired
682 KB
Test results (windows-2019) Expired
1.29 MB
Test results (windows-2022) Expired
1.29 MB