Fix TeamChange #63
test_and_build.yml
on: push
test_linux_x64
1m 37s
build_linux_x64
0s
Annotations
1 error and 10 warnings
test_linux_x64
Process completed with exit code 1.
|
test_linux_x64:
PugSharp.Config/Team.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/Team.cs#L11
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/Team.cs#L14
Non-nullable property 'Flag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/Team.cs#L17
Non-nullable property 'Players' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/ServerConfig.cs#L8
Non-nullable property 'Admins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/MatchConfig.cs#L8
Non-nullable property 'Maplist' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/MatchConfig.cs#L11
Non-nullable property 'Team1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/MatchConfig.cs#L14
Non-nullable property 'Team2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/MatchConfig.cs#L17
Non-nullable property 'MatchId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
test_linux_x64:
PugSharp.Config/ServerConfig.cs#L8
Prefer using collection abstraction instead of implementation (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0016.md)
|