Implement support for ASTC compressed KTX textures - #37
Merged
JimBobSquarePants merged 159 commits intoJul 30, 2026
Annotations
10 warnings
|
Build:
tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L24
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
Build:
tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L23
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
|
Build:
tests/ImageSharp.Textures.Benchmarks/InProcessConfig.cs#L10
Type 'InProcessConfig' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
|
Build:
tests/ImageSharp.Textures.Benchmarks/AstcReferenceDecoderBenchmark.cs#L20
Type 'AstcReferenceDecoderBenchmark' owns disposable field(s) 'sink', 'source' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
Build:
tests/ImageSharp.Textures.Benchmarks/AstcFullImageDecodeBenchmark.cs#L13
Type 'AstcFullImageDecodeBenchmark' owns disposable field(s) 'hdrSource', 'ldrSource', 'output' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
|
|
|
|
|
|
Build:
tests/Images/TestEnvironment.cs#L46
Converting null literal or possible null value to non-nullable type.
|
|
Build:
tests/Images/TestEnvironment.cs#L42
Dereference of a possibly null reference.
|
|
Build:
tests/Images/TestEnvironment.cs#L40
Converting null literal or possible null value to non-nullable type.
|
background
wait
wait-all
cancel
parallel
Loading