Working Version - still ugly, but works #18
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
api/Player.cs#L15
Non-nullable field 'Token' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
api/Lobby.cs#L57
Converting null literal or possible null value to non-nullable type.
|
api/Lobby.cs#L65
Cannot convert null literal to non-nullable reference type.
|
api/Program.cs#L250
Cannot convert null literal to non-nullable reference type.
|
api/Program.cs#L250
Cannot convert null literal to non-nullable reference type.
|
api/Program.cs#L117
Dereference of a possibly null reference.
|
api/Program.cs#L117
Converting null literal or possible null value to non-nullable type.
|
api/Program.cs#L136
Dereference of a possibly null reference.
|
api/Program.cs#L137
Dereference of a possibly null reference.
|
api/Program.cs#L154
Dereference of a possibly null reference.
|
|
The logs for this run have expired and are no longer available.
Loading