ci: Refactor Minimap API build and push workflows #826
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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.
|
WowsKarma.Common/Models/DTOs/Replays/ReplayDTO.cs#L11
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WowsKarma.Common/Models/DTOs/Replays/ReplayDTO.cs#L13
Non-nullable property 'ChatMessages' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
WowsKarma.Api/Data/Models/ClanMember.cs#L23
'ClanMember' defines 'Equals' but not 'GetHashCode'
|
The logs for this run have expired and are no longer available.
Loading