You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
Do not guard 'Dictionary.Remove(key)' with 'Dictionary.ContainsKey(key)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1853)
Do not guard 'Dictionary.Remove(key)' with 'Dictionary.ContainsKey(key)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1853)
Member 'LoadActualImage' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Member 'DecompressDds' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
Member 'OpenCompare' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)