CodeCoverage #166
Annotations
20 warnings
tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
tests/ImageSharp.Tests/Formats/Qoi/ImageExtensionsTest.cs#L4
Using directives should be ordered alphabetically by the namespaces
|
tests/ImageSharp.Tests/Processing/Normalization/MagickCompareTests.cs#L7
Using directives should be ordered alphabetically by the namespaces
|
tests/ImageSharp.Tests/Formats/Jpg/Utils/ReferenceImplementations.GT_FloatingPoint_DCT.cs#L3
Code should not contain multiple blank lines in a row
|
tests/ImageSharp.Tests/TestFormat.cs#L144
Do not declare visible instance fields
|
tests/ImageSharp.Tests/TestFormat.cs#L147
Do not declare visible instance fields
|
tests/ImageSharp.Tests/TestFormat.cs#L264
Type SixLabors.ImageSharp.Tests.TestFormat.TestPixelForAgnosticDecode should override Equals because it implements IEquatable<T>
|
tests/ImageSharp.Tests/TestUtilities/AsyncStreamWrapper.cs#L7
'AsyncStreamWrapper' overrides array-based 'ReadAsync' but does not override memory-based 'ReadAsync'. Consider overriding memory-based 'ReadAsync' to improve performance.
|
tests/ImageSharp.Tests/TestUtilities/AsyncStreamWrapper.cs#L7
'AsyncStreamWrapper' overrides array-based 'WriteAsync' but does not override memory-based 'WriteAsync'. Consider overriding memory-based 'WriteAsync' to improve performance.
|
tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
tests/ImageSharp.Tests/Formats/Qoi/ImageExtensionsTest.cs#L4
Using directives should be ordered alphabetically by the namespaces
|
tests/ImageSharp.Tests/Processing/Normalization/MagickCompareTests.cs#L7
Using directives should be ordered alphabetically by the namespaces
|
tests/ImageSharp.Tests/Formats/Jpg/Utils/ReferenceImplementations.GT_FloatingPoint_DCT.cs#L3
Code should not contain multiple blank lines in a row
|
tests/ImageSharp.Tests/TestFormat.cs#L144
Do not declare visible instance fields
|
tests/ImageSharp.Tests/TestFormat.cs#L147
Do not declare visible instance fields
|
tests/ImageSharp.Tests/TestFormat.cs#L264
Type SixLabors.ImageSharp.Tests.TestFormat.TestPixelForAgnosticDecode should override Equals because it implements IEquatable<T>
|
tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs#L355
Single-line comment should be preceded by blank line
|
tests/ImageSharp.Tests/Formats/WebP/LossyUtilsTests.cs#L88
Closing brace should be followed by blank line
|
The logs for this run have expired and are no longer available.
Loading