Added play action #44
Merged
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
BuddySave/System/ProcessProvider.cs#L9
Possible null reference return.
|
BuddySave/Configuration/BuddySaveConfiguration.cs#L8
Non-nullable property 'CloudPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Configuration/BuddySaveConfiguration.cs#L10
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Configuration/BuddySaveConfiguration.cs#L12
Non-nullable property 'ServerParameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Configuration/BuddySaveConfiguration.cs#L14
Non-nullable property 'ClientParameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Configuration/BuddySaveConfiguration.cs#L16
Non-nullable property 'GameSave' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Core/ClientParameters.cs#L5
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Core/ClientParameters.cs#L7
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Core/Models/ServerParameters.cs#L5
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
BuddySave/Core/Models/ServerParameters.cs#L7
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading