Update README.md #14
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
api/Player.cs#L15
Non-nullable field 'Token' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
api/Lobby.cs#L45
Converting null literal or possible null value to non-nullable type.
|
build:
api/Lobby.cs#L53
Cannot convert null literal to non-nullable reference type.
|
build:
api/Program.cs#L180
Cannot convert null literal to non-nullable reference type.
|
build:
api/Program.cs#L180
Cannot convert null literal to non-nullable reference type.
|
build:
api/Program.cs#L61
Dereference of a possibly null reference.
|
build:
api/Program.cs#L61
Converting null literal or possible null value to non-nullable type.
|
build:
api/Program.cs#L80
Dereference of a possibly null reference.
|
build:
api/Program.cs#L81
Dereference of a possibly null reference.
|
build:
api/Program.cs#L98
Dereference of a possibly null reference.
|