Skip to content

feat(api): increase client timeout to 300 seconds #875

feat(api): increase client timeout to 300 seconds

feat(api): increase client timeout to 300 seconds #875

Triggered via push July 23, 2023 18:06
Status Success
Total duration 1m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-build.yml

on: push
build-test
52s
build-test
Fit to window
Zoom out
Zoom in

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'