Rewrite ChunkedMemoryStream #4661
Annotations
5 errors and 12 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
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, NuGet/setup-nuget@v1, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Export Failed Output
No files were found with the provided path: tests/Images/ActualOutput/. No artifacts will be uploaded.
|
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/Common/NumericsTests.cs#L14
Non-constant fields should not be visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2211)
|
DotNet Build Preview:
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)
|
DotNet Build Preview:
tests/ImageSharp.Tests/TestUtilities/MeasureFixture.cs#L18
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#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Loading