Skip to content

CodeCoverage

CodeCoverage #196

Triggered via schedule November 23, 2023 02:11
Status Success
Total duration 9m 18s
Artifacts

code-coverage.yml

on: schedule
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
Build (ubuntu-latest, net6.0, -x64, true)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
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/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/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/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/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.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/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/TestUtilities/ImageProviders/BasicTestPatternProvider.cs#L9
Class TestImageProvider must have a public parameterless constructor to support Xunit.Abstractions.IXunitSerializable. (https://xunit.net/xunit.analyzers/rules/xUnit3001)
Build (ubuntu-latest, net6.0, -x64, true): tests/ImageSharp.Tests/TestUtilities/MeasureFixture.cs#L18
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/Buffer2DTests.cs#L210
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/Buffer2DTests.cs#L229
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#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)