CodeCoverage #192
Annotations
20 warnings
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L13
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L15
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/Bulk/ToVector4.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/Bulk/ToVector4.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/Bulk/FromVector4.cs#L21
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/Bulk/FromVector4.cs#L23
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/Processing/Resize.cs#L19
Member 'bytes' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L10
Type 'BufferedStreams' owns disposable field(s) 'bufferedStream1', 'bufferedStream2', 'bufferedStream3', 'bufferedStream4', 'bufferedStreamWrap1', 'bufferedStreamWrap2', 'chunkedMemoryStream1', 'chunkedMemoryStream2', 'stream1', 'stream2', 'stream3', 'stream4', 'stream5', 'stream6', 'stream6' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Formats/Qoi/ImageExtensionsTest.cs#L4
Using directives should be ordered alphabetically by the namespaces (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1210.md)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Processing/Normalization/MagickCompareTests.cs#L7
Using directives should be ordered alphabetically by the namespaces (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1210.md)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs#L309
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Common/NumericsTests.cs#L14
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L24
Implement the equality operators and make their behavior identical to that of the Equals method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2231)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L28
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Build (ubuntu-latest, net6.0, -x64, true):
tests/ImageSharp.Tests/Memory/Allocators/BufferTestSuite.cs#L30
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|