GetMatchTeam Logging #65
Annotations
1 error and 10 warnings
|
PugSharp.Config/Team.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/Team.cs#L11
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/Team.cs#L14
Non-nullable property 'Flag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/Team.cs#L17
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/ServerConfig.cs#L8
Non-nullable property 'Admins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/MatchConfig.cs#L8
Non-nullable property 'Maplist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/MatchConfig.cs#L11
Non-nullable property 'Team1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/MatchConfig.cs#L14
Non-nullable property 'Team2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/MatchConfig.cs#L17
Non-nullable property 'MatchId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PugSharp.Config/ServerConfig.cs#L8
Prefer using collection abstraction instead of implementation (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0016.md)
|
The logs for this run have expired and are no longer available.
Loading