Merge pull request #150 from SakuraIsayeki/develop #871
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build-test:
WowsKarma.Common/Models/DTOs/Replays/ReplayDTO.cs#L9
Non-nullable property 'DownloadUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/Replays/ReplayDTO.cs#L13
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/Replays/ReplayDTO.cs#L15
Non-nullable property 'ChatMessages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/PlayerPostDTO.cs#L9
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/PlayerPostDTO.cs#L11
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/PlayerClanProfileDTO.cs#L7
Non-nullable property 'ClanInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/Notifications/PostNotificationBaseDTO.cs#L6
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/Notifications/PostModEditedNotificationDTO.cs#L6
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Common/Models/DTOs/Notifications/PostModDeletedNotificationDTO.cs#L6
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-test:
WowsKarma.Api/Data/Models/ClanMember.cs#L23
'ClanMember' defines 'Equals' but not 'GetHashCode'
|