Skip to content

fix(ci/deploy-preview): Fix rsync command run #934

fix(ci/deploy-preview): Fix rsync command run

fix(ci/deploy-preview): Fix rsync command run #934

Triggered via push February 1, 2024 18:41
Status Success
Total duration 45s
Artifacts

dotnet-build.yml

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

Annotations

11 warnings
build-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
build-test: WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
build-test: WowsKarma.Api/Services/Authentication/Cookie/ForwardCookieAuthenticationHandler.cs#L18
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
build-test: WowsKarma.Api/Services/Authentication/Jwt/JwtAuthenticationHandler.cs#L13
'ISystemClock' is obsolete: 'Use TimeProvider instead.'