Build and deploy to VPS #74
Annotations
10 warnings
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L32
Non-nullable property 'Avatarhash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L29
Non-nullable property 'Avatarfull' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L26
Non-nullable property 'Avatarmedium' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L23
Non-nullable property 'Avatar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L20
Non-nullable property 'Profileurl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L17
Non-nullable property 'Personaname' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L8
Non-nullable property 'Steamid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L62
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Dto/SteamPlayerSummary.cs#L68
Non-nullable property 'Response' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
deploy:
AoE2DELobbyBrowser.WebApi/Reliclink/Result.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|