Skip to content

Merge pull request #44 from SparrowBrain/client-launch #62

Merge pull request #44 from SparrowBrain/client-launch

Merge pull request #44 from SparrowBrain/client-launch #62

Triggered via push September 16, 2024 19:53
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
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#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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.