Skip to content

update: ip and port added to config, and additional information when save is locked #53

update: ip and port added to config, and additional information when save is locked

update: ip and port added to config, and additional information when save is locked #53

Triggered via pull request August 17, 2024 19:05
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: BuddySave/System/ProcessProvider.cs#L9
Possible null reference return.
build: BuddySave/Configuration/BuddySaveConfiguration.cs#L7
Non-nullable property 'CloudPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Configuration/BuddySaveConfiguration.cs#L9
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Configuration/BuddySaveConfiguration.cs#L11
Non-nullable property 'ServerParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Configuration/BuddySaveConfiguration.cs#L13
Non-nullable property 'GameSave' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Core/Models/ServerParameters.cs#L5
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Core/Models/ServerParameters.cs#L7
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Core/Models/GameSave.cs#L5
Non-nullable property 'GameName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Core/Models/GameSave.cs#L7
Non-nullable property 'SaveName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: BuddySave/Core/Models/GameSave.cs#L9
Non-nullable property 'LocalPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.