Skip to content

Fix TeamChange

Fix TeamChange #63

Triggered via push November 3, 2023 23:41
Status Failure
Total duration 1m 46s
Artifacts
build_linux_x64
0s
build_linux_x64
Fit to window
Zoom out
Zoom in

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.