Skip to content

[Workflow] Merge into one workflow #1

[Workflow] Merge into one workflow

[Workflow] Merge into one workflow #1

Triggered via push January 16, 2024 01:09
Status Failure
Total duration 1m 4s
Artifacts 1

bot.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 10 notices
inspect: Bot/Coc.cs#L1
"[CSharpErrors] Cannot resolve symbol 'ClashOfClans'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(1,6)
inspect: Bot/Coc.cs#L2
"[CSharpErrors] Cannot resolve symbol 'ClashOfClans'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(2,26)
inspect: Bot/Coc.cs#L17
"[CSharpErrors] Cannot resolve symbol 'Clan'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(17,337)
inspect: Bot/Coc.cs#L18
"[CSharpErrors] Cannot resolve symbol 'ClanMember'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(18,393)
inspect: Bot/Coc.cs#L19
"[CSharpErrors] Cannot resolve symbol 'ClanMember'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(19,464)
inspect: Bot/Coc.cs#L20
"[CSharpErrors] Cannot resolve symbol 'ClanMember'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(20,543)
inspect: Bot/Coc.cs#L21
"[CSharpErrors] Cannot resolve symbol 'ClanMember'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(21,621)
inspect: Bot/Coc.cs#L23
"[CSharpErrors] Cannot resolve symbol 'Clan'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(23,676)
inspect: Bot/Coc.cs#L26
"[CSharpErrors] Cannot resolve symbol 'ClanMember'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(26,767)
inspect: Bot/Coc.cs#L42
"[CSharpErrors] Cannot resolve symbol 'Clan'" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(42,1255)
inspect: Bot/Coc.cs#L1
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs
inspect: Bot/Coc.cs#L2
"[RedundantUsingDirective] Using directive is not required by the code and can be safely removed" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(2,20)
inspect: Bot/Coc.cs#L17
"[NotAccessedField.Local] Field 'Clan' is assigned but its value is never used" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(17,342)
inspect: Bot/Coc.cs#L20
"[CollectionNeverQueried.Local] Content of collection 'JoiningMembers' is only updated but never used" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(20,555)
inspect: Bot/Coc.cs#L42
"[UnusedParameter.Local] Parameter 'init' is never used" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(42,1271)
inspect: Bot/Coc.cs#L58
"[UnusedType.Local] Class 'MemberComparer' is never used" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(58,1638)
inspect: Bot/Coc.cs#L66
"[UnusedMember.Local] Constant 'DimId' is never used" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(66,1928)
inspect: Bot/Coc.cs#L67
"[InconsistentNaming] Name 's_client' does not match rule 'Static readonly fields (not private)'. Suggested name is 'SClient'." on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(67,1998)
inspect: Bot/Coc.cs#L70
"[InconsistentNaming] Name 's_prevClan' does not match rule 'Static fields (private)'. Suggested name is '_sPrevClan'." on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(70,2197)
inspect: Bot/Coc.cs#L118
"[FunctionNeverReturns] Function never returns" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(118,3771)
inspect: Bot/Coc.cs#L6
"[ClassNeverInstantiated.Global] Class 'Coc' is never instantiated" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(6,88)
inspect: Bot/Coc.cs#L20
"[MemberCanBePrivate.Local] Field 'JoiningMembers' can be made private" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(20,506)
inspect: Bot/Coc.cs#L21
"[MemberCanBePrivate.Local] Field 'LeavingMembers' can be made private" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(21,584)
inspect: Bot/Coc.cs#L52
"[MemberCanBePrivate.Local] Method 'HasMember' can be made private" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(52,1498)
inspect: Bot/Coc.cs#L60
"[CA1822] Member 'Equals' does not access instance data and can be marked as static" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(60,1711)
inspect: Bot/Coc.cs#L67
"[MemberCanBePrivate.Global] Field 's_client' can be made private" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(67,1954)
inspect: Bot/Coc.cs#L91
"[SuggestVarOrType_BuiltInTypes] Use 'var' (built-in types)" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(91,2904)
inspect: Bot/Coc.cs#L97
"[ArrangeObjectCreationWhenTypeNotEvident] Missing type specification" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(97,3241)
inspect: Bot/Coc.cs#L108
"[ArrangeObjectCreationWhenTypeNotEvident] Missing type specification" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Coc.cs(108,3566)
inspect: Bot/Discord.cs#L7
"[ClassNeverInstantiated.Global] Class 'Discord' is never instantiated" on /home/runner/work/Hyperstellar/Hyperstellar/Bot/Discord.cs(7,112)

Artifacts

Produced during runtime
Name Size
Bot Expired
5.48 MB