build(api): update ExtendedData package version #37
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see /~https://github.com/actions/runner-images/issues/10636
|
Build .NET project:
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.
|
Build .NET project:
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.
|
Build .NET project:
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.
|
Build .NET project:
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.
|
Build .NET project:
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.
|
Build .NET project:
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.
|
Build .NET project:
WowsKarma.Api/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Build .NET project:
WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
|
Build .NET project:
WowsKarma.Api/Data/Models/Player.cs#L54
Possible null reference return.
|
Build .NET project:
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.
|
Package .NET project:
WowsKarma.Api/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Package .NET project:
WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
|
Package .NET project:
WowsKarma.Api/Data/Models/Player.cs#L54
Possible null reference return.
|
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 adding the 'required' modifier or declaring the property as nullable.
|
Package .NET project:
WowsKarma.Api/Services/MinimapRenderingService.cs#L70
Dereference of a possibly null reference.
|
Package .NET project:
WowsKarma.Api/Services/Authentication/UserService.cs#L78
Dereference of a possibly null reference.
|
Package .NET project:
WowsKarma.Api/Services/MinimapRenderingService.cs#L95
Dereference of a possibly null reference.
|
Package .NET project:
WowsKarma.Api/Services/MinimapRenderingService.cs#L108
Dereference of a possibly null reference.
|
Package .NET project:
WowsKarma.Api/Services/MinimapRenderingService.cs#L140
Dereference of a possibly null reference.
|
Package .NET project:
WowsKarma.Api/Services/Replays/ReplaysIngestService.cs#L233
Dereference of a possibly null reference.
|
Loading