New branch for coc redesign #98
Annotations
4 errors and 5 warnings
Bot/Clash/Phaser.cs#L23
No overload for 'MemberLeft' matches delegate 'Action<Account[]>'
|
Bot/Clash/Coc.cs#L105
The name 'clanUtil' does not exist in the current context
|
Bot/Clash/Coc.cs#L107
The name 'clanUtil' does not exist in the current context
|
|
Bot/Clash/ClanUtil.cs#L8
Non-nullable field '_clan' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Bot/Clash/ClanUtil.cs#L12
Non-nullable field '_leavingMembers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Bot/Clash/ClanUtil.cs#L8
Field 'ClanUtil._clan' is never assigned to, and will always have its default value null
|
Bot/Clash/ClanUtil.cs#L12
Field 'ClanUtil._leavingMembers' is never assigned to, and will always have its default value null
|
Bot/Clash/Coc.cs#L32
Use expression body for constructor (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0021)
|
This job failed
Loading