Skip to content

ASTC decoding part 2: High dynamic range support and reference testing #115

ASTC decoding part 2: High dynamic range support and reference testing

ASTC decoding part 2: High dynamic range support and reference testing #115

Triggered via pull request May 17, 2026 14:46
Status Failure
Total duration 1m 49s
Artifacts

build-and-test.yml

on: pull_request
Matrix: Build
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 21 warnings, and 1 notice
Build (macos-latest, net8.0, -x64, false)
Process completed with exit code 1.
Build (ubuntu-latest, net8.0, -x64, false)
The strategy configuration was canceled because "Build.macos-latest_net8_0_-x64_" failed
Build (ubuntu-latest, net8.0, -x64, false)
The operation was canceled.
Build (windows-latest, net8.0, -x64, false)
The strategy configuration was canceled because "Build.macos-latest_net8_0_-x64_" failed
Build (windows-latest, net8.0, -x64, false)
The operation was canceled.
Build (macos-latest, net8.0, -x64, false)
No files were found with the provided path: tests/Images/ActualOutput/. No artifacts will be uploaded.
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L196
Use ordinal string comparison (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1309)
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L183
Use ordinal string comparison (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1309)
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L168
Use ordinal string comparison (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1309)
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L43
Member 'OpenCompare' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L91
Member 'LoadActualImage' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L25
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (macos-latest, net8.0, -x64, false): 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 (macos-latest, net8.0, -x64, false): 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 (macos-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L22
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L43
Member 'OpenCompare' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/ApplicationManager.cs#L34
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/Extensions.cs#L13
Do not guard 'Dictionary.Remove(key)' with 'Dictionary.ContainsKey(key)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1853)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/ResourceLoader.cs#L26
Use the "Length" property instead of Enumerable.Count() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1829)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/ResourceLoader.cs#L26
Prefer comparing 'Length' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L26
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L25
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (ubuntu-latest, net8.0, -x64, false): 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 (ubuntu-latest, net8.0, -x64, false): 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 (ubuntu-latest, net8.0, -x64, false): tests/ImageSharp.Textures.InteractiveTest/UI/WizardPages/Preview.cs#L22
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (windows-latest, net8.0, -x64, false)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026