Skip to content

docs: Update README.md #914

docs: Update README.md

docs: Update README.md #914

Triggered via push January 25, 2024 11:13
Status Success
Total duration 37s
Artifacts

dotnet-build.yml

on: push
build-test
28s
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/UserProfileFlagsDTO.cs#L12
Non-nullable property 'ProfileRoles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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.