Fixed accessor, added images for demonstrating client. #8
Annotations
13 warnings
build_and_publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_publish
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_and_publish
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build_and_publish:
Palworld.RESTSharp/Models/AnnounceMessage.cs#L16
Non-nullable property 'Message' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/PlayerAction.cs#L20
Non-nullable property 'SteamID' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/PalworldRESTSharpClientConfig.cs#L12
Non-nullable field '_password' is uninitialized. Consider declaring the field as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/PalworldRESTSharpClientConfig.cs#L12
Non-nullable field 'APIEndpointURL' is uninitialized. Consider declaring the field as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/ServerInfo.cs#L14
Non-nullable property 'Version' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/ServerInfo.cs#L19
Non-nullable property 'ServerName' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/ServerInfo.cs#L24
Non-nullable property 'Description' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/Players.cs#L40
Non-nullable property 'PlayerName' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/Players.cs#L54
Non-nullable property 'UserID' is uninitialized. Consider declaring the property as nullable.
|
build_and_publish:
Palworld.RESTSharp/Models/Players.cs#L62
Non-nullable property 'IP' is uninitialized. Consider declaring the property as nullable.
|