Merge pull request #163 from SakuraIsayeki/develop #4
Annotations
11 warnings
Build project(s)
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build project(s):
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 project(s):
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 project(s):
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 project(s):
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 project(s):
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 project(s):
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 project(s):
WowsKarma.Api/Infrastructure/Exceptions/InvalidReplayException.cs#L7
Cannot convert null literal to non-nullable reference type.
|
Build project(s):
WowsKarma.Api/Data/Models/ClanMember.cs#L21
'ClanMember' defines 'Equals' but not 'GetHashCode'
|
Build project(s):
WowsKarma.Api/Data/Models/Player.cs#L54
Possible null reference return.
|
Save test results as artifact
No files were found with the provided path: test-results.trx. No artifacts will be uploaded.
|
Loading