build: Update version to 0.17.5 #32
Annotations
20 warnings
WowsKarma.Common/Models/DTOs/Notifications/PostNotificationBaseDTO.cs#L6
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
WowsKarma.Api/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
|
WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
|
WowsKarma.Api/Data/Models/Player.cs#L54
Possible null reference return.
|
WowsKarma.Api/Data/Models/Notifications/PostNotificationBase.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
|
WowsKarma.Api/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
|
WowsKarma.Api/Data/Models/Notifications/PostNotificationBase.cs#L9
Non-nullable property 'Post' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
WowsKarma.Api/Data/Models/Player.cs#L54
Possible null reference return.
|
WowsKarma.Api/Utilities/Conversions.cs#L41
Dereference of a possibly null reference.
|
WowsKarma.Api/Utilities/Conversions.cs#L42
Dereference of a possibly null reference.
|
WowsKarma.Api/Services/Replays/ReplaysIngestService.cs#L233
Dereference of a possibly null reference.
|
WowsKarma.Api/Services/Posts/PostService.cs#L46
Dereference of a possibly null reference.
|
WowsKarma.Api/Services/Posts/PostService.cs#L50
Dereference of a possibly null reference.
|
WowsKarma.Api/Services/Posts/PostService.cs#L77
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading