Skip to content

feat(replays): Update replay unpacker to 3.0 + Dependent refactors #17

feat(replays): Update replay unpacker to 3.0 + Dependent refactors

feat(replays): Update replay unpacker to 3.0 + Dependent refactors #17

Triggered via push May 18, 2024 09:26
Status Success
Total duration 2m 50s
Artifacts 5

deploy.yml

on: push
Build & Test Solution  /  build
34s
Build & Test Solution / build
Matrix: Build & Package API
Matrix: Build & Package Web App
Deploy Live to server
0s
Deploy Live to server
Deploy Preview to server
32s
Deploy Preview to server
Fit to window
Zoom out
Zoom in

Annotations

51 warnings
Build & Test Solution / build
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Build & Test Solution / build: 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 Solution / build: 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 Solution / build: 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 Solution / build: 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 Solution / build: 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 Solution / build: 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 Solution / build: WowsKarma.Api/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
Build & Test Solution / build: WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
Build & Test Solution / build: WowsKarma.Api/Data/Models/Player.cs#L54
Possible null reference return.
Build & Test Solution / build
No files were found with the provided path: test-results.trx. No artifacts will be uploaded.
Build & Package API (production) / Build & Package .NET Project: 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 & Package API (production) / Build & Package .NET Project: 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 & Package API (production) / Build & Package .NET Project: 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 & Package API (production) / Build & Package .NET Project: 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 & Package API (production) / Build & Package .NET Project: 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 & Package API (production) / Build & Package .NET Project: 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 & Package API (production) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostNotificationBase.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (production) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostNotificationBase.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (production) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostModEditedNotification.cs#L11
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (production) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostModDeletedNotification.cs#L11
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (production) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PlatformBanNotification.cs#L14
Non-nullable property 'Ban' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (production) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/NotificationBase.cs#L13
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: 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 & Package API (preview) / Build & Package .NET Project: 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 & Package API (preview) / Build & Package .NET Project: 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 & Package API (preview) / Build & Package .NET Project: 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 & Package API (preview) / Build & Package .NET Project: 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 & Package API (preview) / Build & Package .NET Project: 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 & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostNotificationBase.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostModEditedNotification.cs#L11
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostNotificationBase.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostModEditedNotification.cs#L11
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PostModDeletedNotification.cs#L11
Non-nullable property 'ModAction' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/PlatformBanNotification.cs#L14
Non-nullable property 'Ban' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Package API (preview) / Build & Package .NET Project: WowsKarma.Api/Data/Models/Notifications/NotificationBase.cs#L13
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.

Artifacts

Produced during runtime
Name Size
build-output Expired
17 MB
wowskarma_api_preview Expired
32.3 MB
wowskarma_api_production Expired
32.3 MB
wowskarma_app_preview Expired
2.99 MB
wowskarma_app_production Expired
2.99 MB