Disable built-in in inspect #9
Annotations
10 warnings
Build:
Bot/Program.cs#L3
Type 'Program' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
|
Build:
Bot/Sql/Db.cs#L7
Unused field '_db' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
Build:
Bot/Program.cs#L7
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
Bot/Program.cs#L8
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
Bot/Program.cs#L9
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
Bot/Coc.cs#L75
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
Build:
Bot/Secrets.cs#L8
Initialize all static fields in 'Secrets' when those fields are declared and remove the explicit static constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1810)
|
Build:
Bot/Coc.cs#L60
Use ordinal string comparison (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1309)
|
Build:
Bot/Coc.cs#L60
'string.Equals(string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Hyperstellar.Coc.MemberComparer.Equals(ClashOfClans.Models.ClanMember?, ClashOfClans.Models.ClanMember?)' with a call to 'string.Equals(string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
Build:
Bot/Coc.cs#L62
'string.GetHashCode()' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'Hyperstellar.Coc.MemberComparer.GetHashCode(ClashOfClans.Models.ClanMember)' with a call to 'string.GetHashCode(System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
The logs for this run have expired and are no longer available.
Loading