Add support for ASTC compressed KTX textures #35
+1,857
−18
Annotations
10 warnings
|
Build:
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:
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:
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:
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:
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:
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:
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:
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.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#L22
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
Loading