Add ANI decoder support #4920
Annotations
10 errors and 1 warning
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L269
Forward the 'cancellationToken' parameter to the 'Identify' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L261
Forward the 'cancellationToken' parameter to the 'Identify' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L257
Forward the 'cancellationToken' parameter to the 'Identify' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L221
Block statements should not contain embedded comments (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1108.md)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L208
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L201
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L88
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
src/ImageSharp/Formats/Ani/AniDecoderCore.cs#L81
Single-line comment should be preceded by blank line (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1515.md)
|
src/ImageSharp/Formats/Ani/AniFrameMetadata.cs#L86
'AniFrameMetadata' does not contain a definition for 'IsIco' and no accessible extension method 'IsIco' accepting a first argument of type 'AniFrameMetadata' could be found (are you missing a using directive or an assembly reference?)
|
src/ImageSharp/Formats/Ani/AniFrameMetadata.cs#L86
'AniFrameMetadata' does not contain a definition for 'IsIco'
|
|
The logs for this run have expired and are no longer available.
Loading