This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
less warning #68
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L422
Converting null literal or possible null value to non-nullable type.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L425
Dereference of a possibly null reference.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L433
Dereference of a possibly null reference.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L437
Possible null reference argument for parameter 'character' in 'void SaveHandler.SaveCharacter(string SessionId, Base character)'.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L439
Possible null reference argument for parameter 'character' in 'void SaveHandler.SaveScav(string SessionId, Base character)'.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L445
Converting null literal or possible null value to non-nullable type.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L448
Dereference of a possibly null reference.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L454
Dereference of a possibly null reference.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L473
Converting null literal or possible null value to non-nullable type.
|
Publish:
ServerLib/Controllers/MoveActionController.cs#L476
Dereference of a possibly null reference.
|
Loading