Skip to content
Tomi Parviainen edited this page Jan 28, 2023 · 10 revisions

Welcome to the Clash Of Clans wiki!

Contribution Instructions

C# Coding Style

Test Naming Conventions

  • Aim for test names that describe behavior not implementation.
  • When a test fails, without reading a test code, one should understand what he/she broke.
    • This test tests [that|to] ...

List of null properties

Next is a list of model properties that might contains null values when received from Supercell API. Because of that the properties are defined nullable in the specific model. The content of the CheckedNullableTypes.txt file:

Clan:ChatLanguage, 2.10.2022, total 41
Clan:ClanCapital, 2.10.2022, total 24
Clan:Description, 2.10.2022, total 24
Clan:Location, 2.10.2022, total 1
Clan:MemberList, 2.10.2022, total 24
Clan:WarLosses, 2.10.2022, total 47
Clan:WarTies, 2.10.2022, total 47
ClanCapitalRaidSeason:Members, 28.1.2023, total 50
ClanCapitalRaidSeasonDistrict:Attacks, 28.1.2023, total 50
ClanMember:PlayerHouse, 28.1.2023, total 69
ClanVersusRanking:ClanPoints, 2.10.2022, total 1
ClanWar:AttacksPerMember, 2.10.2022, total 19
ClanWarLogEntry:AttacksPerMember, 2.10.2022, total 9
ClanWarLogEntry:Result, 2.10.2022, total 25
ClanWarMember:Attacks, 2.10.2022, total 137
ClanWarMember:BestOpponentAttack, 2.10.2022, total 133
Cursors:After, 2.10.2022, total 57
Cursors:Before, 2.10.2022, total 68
LegendLeagueTournamentSeasonResult:Id, 2.10.2022, total 322
LegendLeagueTournamentSeasonResult:Rank, 2.10.2022, total 268
Location:CountryCode, 2.10.2022, total 25
Player:BuilderHallLevel, 2.10.2022, total 7
Player:Clan, 2.10.2022, total 6
Player:League, 2.10.2022, total 431
Player:LegendStatistics, 2.10.2022, total 501
Player:PlayerHouse, 28.1.2023, total 477
Player:Role, 2.10.2022, total 6
Player:TownHallWeaponLevel, 2.10.2022, total 291
Player:WarPreference, 2.10.2022, total 6
PlayerAchievementProgress:CompletionInfo, 2.10.2022, total 823
PlayerItemLevel:SuperTroopIsActive, 2.10.2022, total 823
PlayerLegendStatistics:BestSeason, 2.10.2022, total 7
PlayerLegendStatistics:BestVersusSeason, 2.10.2022, total 261
PlayerLegendStatistics:PreviousSeason, 2.10.2022, total 265
PlayerLegendStatistics:PreviousVersusSeason, 2.10.2022, total 318
PlayerRanking:Clan, 2.10.2022, total 1
PlayerRanking:League, 2.10.2022, total 2
PlayerRanking:PreviousRank, 2.10.2022, total 2
PlayerVersusRanking:Clan, 2.10.2022, total 1 (player is clanless)
UrlContainer:Large, 2.10.2022, total 796
UrlContainer:Medium, 2.10.2022, total 71
UrlContainer:Tiny, 2.10.2022, total 1113
WarClan:Attacks, 2.10.2022, total 27
WarClan:ExpEarned, 2.10.2022, total 55
WarClan:Members, 2.10.2022, total 46
WarClan:Name, 2.10.2022, total 45
WarClan:Tag, 2.10.2022, total 45
Clone this wiki locally