Rewrite ChunkedMemoryStream #4660
Annotations
6 errors and 10 warnings
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L22
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L23
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L22
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/IO/BufferedStreams.cs#L23
The type or namespace name 'ChunkedMemoryStream' could not be found (are you missing a using directive or an assembly reference?)
|
DotNet Build Preview
The operation was canceled.
|
DotNet Build Preview
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.
|
DotNet Build Preview:
tests/ImageSharp.Tests/TestFormat.cs#L179
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DotNet Build Preview:
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 Preview:
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)
|
DotNet Build Preview:
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)
|
DotNet Build Preview:
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)
|
DotNet Build Preview:
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)
|
DotNet Build Preview:
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)
|
DotNet Build Preview:
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)
|
DotNet Build Preview:
tests/ImageSharp.Tests/Formats/Jpg/Utils/ReferenceImplementations.GT_FloatingPoint_DCT.cs#L3
Code should not contain multiple blank lines in a row (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1507.md)
|
Loading