Skip to content

update: implemented a validation for latest game save #49

update: implemented a validation for latest game save

update: implemented a validation for latest game save #49

Triggered via pull request August 17, 2024 08:14
Status Success
Total duration 54s
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/Session.cs#L5
Non-nullable property 'UserName' 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.