Add support for HEIF based images #4816
Annotations
10 warnings
DotNet Build :
tests/ImageSharp.Benchmarks/General/PixelConversion/ITestPixel.cs#L14
Do not declare static members on generic types (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1000)
|
DotNet Build :
tests/ImageSharp.Benchmarks/General/PixelConversion/ITestPixel.cs#L22
Do not declare static members on generic types (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1000)
|
DotNet Build :
tests/ImageSharp.Tests/TestFormat.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DotNet Build :
tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DotNet Build :
tests/ImageSharp.Tests/TestUtilities/ImageProviders/MemberMethodProvider.cs#L23
'TestImageProvider<TPixel>.TestImageProvider()' is obsolete: 'Called by the de-serializer; should only be called by deriving classes for de-serialization purposes'
|
DotNet Build :
tests/ImageSharp.Tests/TestUtilities/ImageProviders/MemberMethodProvider.cs#L27
'TestImageProvider<TPixel>.TestImageProvider()' is obsolete: 'Called by the de-serializer; should only be called by deriving classes for de-serialization purposes'
|
DotNet Build :
tests/ImageSharp.Tests/TestUtilities/ImageProviders/FileProvider.cs#L163
'TestImageProvider<TPixel>.TestImageProvider()' is obsolete: 'Called by the de-serializer; should only be called by deriving classes for de-serialization purposes'
|
DotNet Build :
tests/ImageSharp.Tests/TestUtilities/ImageProviders/FileProvider.cs#L167
'TestImageProvider<TPixel>.TestImageProvider()' is obsolete: 'Called by the de-serializer; should only be called by deriving classes for de-serialization purposes'
|
DotNet Build :
tests/ImageSharp.Tests/TestUtilities/ImageProviders/BlankProvider.cs#L15
'TestImageProvider<TPixel>.TestImageProvider()' is obsolete: 'Called by the de-serializer; should only be called by deriving classes for de-serialization purposes'
|
DotNet Build :
tests/ImageSharp.Tests/TestUtilities/ImageProviders/BlankProvider.cs#L24
'TestImageProvider<TPixel>.TestImageProvider()' is obsolete: 'Called by the de-serializer; should only be called by deriving classes for de-serialization purposes'
|
Loading